Html Css Color HEX #DE474D Mandy

📋 copy color: '#DE474D'

red 222 ◦ green 71 ◦ blue 77

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

Shades of Mandy #DE474D

Tints of Mandy #DE474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.81%

R = 60%
G = 19.19%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE474D (or 0xDE474D) is known color: Mandy. HEX triplet: DE, 47 and 4D. RGB value is (222,71,77). Sum of RGB (Red+Green+Blue) = 222+71+77=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE474D is #21B8B2. Grayscale: #747474. Windows color (decimal): -2209971 or 5064670. OLE color: 5064670.

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

Color convert

RGB 222 71 77 -
CMYK 0 0.68 0.65 0.13
HSL 357.62º 0.7% 0.57% -
HSV(B) 357.62º 0.68% 0.87% -
XYZ 33.72 20.57 9.21 -
YUV 116.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 222 71 77 0 0.68 0.65 0.13 357.62 0.7 0.57
Hex DE 47 4D 0 44 41 D 166 46 39
Octal 336 107 115 0 104 101 15 546 106 71
Binary 11011110 1000111 1001101 0 1000100 1000001 1101 101100110 1000110 111001

Color Harmonies of #DE474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE474D

Black with #DE474D

Text Example


Text Example

White with #DE474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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