Html Css Color HEX #DE475A Mandy

📋 copy color: '#DE475A'

red 222 ◦ green 71 ◦ blue 90

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

Shades of Mandy #DE475A

Tints of Mandy #DE475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.5%

R = 57.96%
G = 18.54%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE475A (or 0xDE475A) is known color: Mandy. HEX triplet: DE, 47 and 5A. RGB value is (222,71,90). Sum of RGB (Red+Green+Blue) = 222+71+90=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE475A is #21B8A5. Grayscale: #767676. Windows color (decimal): -2209958 or 5916638. OLE color: 5916638.

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

Color convert

RGB 222 71 90 -
CMYK 0 0.68 0.59 0.13
HSL 352.45º 0.7% 0.57% -
HSV(B) 352.45º 0.68% 0.87% -
XYZ 34.22 20.77 11.88 -
YUV 118.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 222 71 90 0 0.68 0.59 0.13 352.45 0.7 0.57
Hex DE 47 5A 0 44 3B D 160 46 39
Octal 336 107 132 0 104 73 15 540 106 71
Binary 11011110 1000111 1011010 0 1000100 111011 1101 101100000 1000110 111001

Color Harmonies of #DE475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE475A

Black with #DE475A

Text Example


Text Example

White with #DE475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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