Html Css Color HEX #DE484C Mandy

📋 copy color: '#DE484C'

red 222 ◦ green 72 ◦ blue 76

#DE484C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #DE484C

Tints of Mandy #DE484C

RGB

 RED value IS 222 (87.11% from 255) = 60%

 GREEN value IS 72 (28.52% from 255) = 19.46%

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 60%
G = 19.46%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DE484C (or 0xDE484C) is known color: Mandy. HEX triplet: DE, 48 and 4C. RGB value is (222,72,76). Sum of RGB (Red+Green+Blue) = 222+72+76=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE484C is #21B7B3. Grayscale: #757575. Windows color (decimal): -2209716 or 4999390. OLE color: 4999390.

HSL color Cylindrical-coordinate representation of color #DE484C: hue angle of 358.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE484C is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 72 76 -
CMYK 0 0.68 0.66 0.13
HSL 358.4º 0.69% 0.58% -
HSV(B) 358.4º 0.68% 0.87% -
XYZ 33.75 20.69 9.05 -
YUV 117.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 222 72 76 0 0.68 0.66 0.13 358.4 0.69 0.58
Hex DE 48 4C 0 44 42 D 166 45 3A
Octal 336 110 114 0 104 102 15 546 105 72
Binary 11011110 1001000 1001100 0 1000100 1000010 1101 101100110 1000101 111010

Color Harmonies of #DE484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE484C

Black with #DE484C

Text Example


Text Example

White with #DE484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE484C; }

 p { color: rgb(222,72,76); }

 H1.HeaderClassName
 {
   color: #DE484C;
 }
 .AnyTagClassName
 {
   color: #DE484C;
 }
</style>

background-color css

<style>
 a { background-color: #DE484C; }

 a { background-color: rgb(222,72,76); }

 div.DivClassName
 {
   background-color: #DE484C;
 }
 .BgClassName
 {
   background-color: #DE484C;
 }
</style>

border-color css

<style>
 span { border-color: #DE484C; }

 span { border-color: rgb(222,72,76); }

 td.TdClassName
 {
   border-color: #DE484C;
 }
 .TagClassName
 {
   border-color: #DE484C;
 }
</style>