Html Css Color HEX #DE474F Mandy

📋 copy color: '#DE474F'

red 222 ◦ green 71 ◦ blue 79

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

Shades of Mandy #DE474F

Tints of Mandy #DE474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.24%

R = 59.68%
G = 19.09%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE474F (or 0xDE474F) is known color: Mandy. HEX triplet: DE, 47 and 4F. RGB value is (222,71,79). Sum of RGB (Red+Green+Blue) = 222+71+79=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE474F is #21B8B0. Grayscale: #757575. Windows color (decimal): -2209969 or 5195742. OLE color: 5195742.

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

Color convert

RGB 222 71 79 -
CMYK 0 0.68 0.64 0.13
HSL 356.82º 0.7% 0.57% -
HSV(B) 356.82º 0.68% 0.87% -
XYZ 33.79 20.6 9.59 -
YUV 117.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 222 71 79 0 0.68 0.64 0.13 356.82 0.7 0.57
Hex DE 47 4F 0 44 40 D 165 46 39
Octal 336 107 117 0 104 100 15 545 106 71
Binary 11011110 1000111 1001111 0 1000100 1000000 1101 101100101 1000110 111001

Color Harmonies of #DE474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE474F

Black with #DE474F

Text Example


Text Example

White with #DE474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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