Html Css Color HEX #DE42A1 Deep Cerise

📋 copy color: '#DE42A1'

red 222 ◦ green 66 ◦ blue 161

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

Shades of Deep Cerise #DE42A1

Tints of Deep Cerise #DE42A1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.7%

 BLUE value IS 161 (63.28% from 255) = 35.86%

R = 49.44%
G = 14.7%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DE42A1 (or 0xDE42A1) is known color: Deep Cerise. HEX triplet: DE, 42 and A1. RGB value is (222,66,161). Sum of RGB (Red+Green+Blue) = 222+66+161=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE42A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE42A1 is #21BD5E. Grayscale: #7B7B7B. Windows color (decimal): -2211167 or 10568414. OLE color: 10568414.

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

Color convert

RGB 222 66 161 -
CMYK 0 0.70 0.27 0.13
HSL 323.46º 0.7% 0.56% -
HSV(B) 323.46º 0.7% 0.87% -
XYZ 38.51 22 35.94 -
YUV 123.47 149.18 198.28 -
System Red Green Blue C M Y K H S L
Decimal 222 66 161 0 0.70 0.27 0.13 323.46 0.7 0.56
Hex DE 42 A1 0 46 1B D 143 46 38
Octal 336 102 241 0 106 33 15 503 106 70
Binary 11011110 1000010 10100001 0 1000110 11011 1101 101000011 1000110 111000

Color Harmonies of #DE42A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE42A1

Black with #DE42A1

Text Example


Text Example

White with #DE42A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE42A1; }

 p { color: rgb(222,66,161); }

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

background-color css

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

 a { background-color: rgb(222,66,161); }

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

border-color css

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

 span { border-color: rgb(222,66,161); }

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