Html Css Color HEX #DE1E9B Deep Cerise

📋 copy color: '#DE1E9B'

red 222 ◦ green 30 ◦ blue 155

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

Shades of Deep Cerise #DE1E9B

Tints of Deep Cerise #DE1E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 54.55%
G = 7.37%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE1E9B (or 0xDE1E9B) is known color: Deep Cerise. HEX triplet: DE, 1E and 9B. RGB value is (222,30,155). Sum of RGB (Red+Green+Blue) = 222+30+155=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1E9B is #21E164. Grayscale: #656565. Windows color (decimal): -2220389 or 10165982. OLE color: 10165982.

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

Color convert

RGB 222 30 155 -
CMYK 0 0.86 0.30 0.13
HSL 320.94º 0.76% 0.49% -
HSV(B) 320.94º 0.86% 0.87% -
XYZ 36.5 18.82 32.72 -
YUV 101.66 158.11 213.84 -
System Red Green Blue C M Y K H S L
Decimal 222 30 155 0 0.86 0.30 0.13 320.94 0.76 0.49
Hex DE 1E 9B 0 56 1E D 141 4C 31
Octal 336 36 233 0 126 36 15 501 114 61
Binary 11011110 11110 10011011 0 1010110 11110 1101 101000001 1001100 110001

Color Harmonies of #DE1E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E9B

Black with #DE1E9B

Text Example


Text Example

White with #DE1E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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