Html Css Color HEX #DE464C Mandy

📋 copy color: '#DE464C'

red 222 ◦ green 70 ◦ blue 76

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

Shades of Mandy #DE464C

Tints of Mandy #DE464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.02%

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

R = 60.33%
G = 19.02%
B = 20.65%

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

#DE464C (or 0xDE464C) is known color: Mandy. HEX triplet: DE, 46 and 4C. RGB value is (222,70,76). Sum of RGB (Red+Green+Blue) = 222+70+76=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE464C is #21B9B3. Grayscale: #747474. Windows color (decimal): -2210228 or 4998878. OLE color: 4998878.

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

Color convert

RGB 222 70 76 -
CMYK 0 0.68 0.66 0.13
HSL 357.63º 0.7% 0.57% -
HSV(B) 357.63º 0.68% 0.87% -
XYZ 33.62 20.43 9.01 -
YUV 116.13 105.36 203.51 -
System Red Green Blue C M Y K H S L
Decimal 222 70 76 0 0.68 0.66 0.13 357.63 0.7 0.57
Hex DE 46 4C 0 44 42 D 166 46 39
Octal 336 106 114 0 104 102 15 546 106 71
Binary 11011110 1000110 1001100 0 1000100 1000010 1101 101100110 1000110 111001

Color Harmonies of #DE464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE464C

Black with #DE464C

Text Example


Text Example

White with #DE464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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