Html Css Color HEX #DE474C Mandy

📋 copy color: '#DE474C'

red 222 ◦ green 71 ◦ blue 76

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

Shades of Mandy #DE474C

Tints of Mandy #DE474C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.24%

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

R = 60.16%
G = 19.24%
B = 20.6%

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

#DE474C (or 0xDE474C) is known color: Mandy. HEX triplet: DE, 47 and 4C. RGB value is (222,71,76). Sum of RGB (Red+Green+Blue) = 222+71+76=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE474C is #21B8B3. Grayscale: #747474. Windows color (decimal): -2209972 or 4999134. OLE color: 4999134.

HSL color Cylindrical-coordinate representation of color #DE474C: hue angle of 358.01º 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 #DE474C is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 71 76 -
CMYK 0 0.68 0.66 0.13
HSL 358.01º 0.7% 0.57% -
HSV(B) 358.01º 0.68% 0.87% -
XYZ 33.68 20.56 9.03 -
YUV 116.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 222 71 76 0 0.68 0.66 0.13 358.01 0.7 0.57
Hex DE 47 4C 0 44 42 D 166 46 39
Octal 336 107 114 0 104 102 15 546 106 71
Binary 11011110 1000111 1001100 0 1000100 1000010 1101 101100110 1000110 111001

Color Harmonies of #DE474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE474C

Black with #DE474C

Text Example


Text Example

White with #DE474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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