Html Css Color HEX #DE1E8E Deep Cerise

📋 copy color: '#DE1E8E'

red 222 ◦ green 30 ◦ blue 142

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

Shades of Deep Cerise #DE1E8E

Tints of Deep Cerise #DE1E8E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.61%

 BLUE value IS 142 (55.86% from 255) = 36.04%

R = 56.35%
G = 7.61%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE1E8E (or 0xDE1E8E) is known color: Deep Cerise. HEX triplet: DE, 1E and 8E. RGB value is (222,30,142). Sum of RGB (Red+Green+Blue) = 222+30+142=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1E8E is #21E171. Grayscale: #636363. Windows color (decimal): -2220402 or 9314014. OLE color: 9314014.

HSL color Cylindrical-coordinate representation of color #DE1E8E: hue angle of 325º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1E8E is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 30 142 -
CMYK 0 0.86 0.36 0.13
HSL 325º 0.76% 0.49% -
HSV(B) 325º 0.86% 0.87% -
XYZ 35.47 18.41 27.28 -
YUV 100.18 151.61 214.89 -
System Red Green Blue C M Y K H S L
Decimal 222 30 142 0 0.86 0.36 0.13 325 0.76 0.49
Hex DE 1E 8E 0 56 24 D 145 4C 31
Octal 336 36 216 0 126 44 15 505 114 61
Binary 11011110 11110 10001110 0 1010110 100100 1101 101000101 1001100 110001

Color Harmonies of #DE1E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E8E

Black with #DE1E8E

Text Example


Text Example

White with #DE1E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E8E; }

 p { color: rgb(222,30,142); }

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

background-color css

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

 a { background-color: rgb(222,30,142); }

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

border-color css

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

 span { border-color: rgb(222,30,142); }

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