Html Css Color HEX #DE009B Hollywood Cerise

📋 copy color: '#DE009B'

red 222 ◦ green 0 ◦ blue 155

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

Shades of Hollywood Cerise #DE009B

Tints of Hollywood Cerise #DE009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.89%
G = 0%
B = 41.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE009B (or 0xDE009B) is known color: Hollywood Cerise. HEX triplet: DE, 00 and 9B. RGB value is (222,0,155). Sum of RGB (Red+Green+Blue) = 222+0+155=377 (49% of max value = 765). Red value is 222 (87.11% from 255 or 58.89% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 222 - color contains mainly: red. Hex color #DE009B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE009B is #21FF64. Grayscale: #535353. Windows color (decimal): -2228069 or 10158302. OLE color: 10158302.

HSL color Cylindrical-coordinate representation of color #DE009B: hue angle of 318.11º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE009B is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 0 155 -
CMYK 0 1 0.30 0.13
HSL 318.11º 1% 0.44% -
HSV(B) 318.11º 1% 0.87% -
XYZ 36.04 17.9 32.57 -
YUV 84.05 168.05 226.4 -
System Red Green Blue C M Y K H S L
Decimal 222 0 155 0 1 0.30 0.13 318.11 1 0.44
Hex DE 0 9B 0 64 1E D 13E 64 2C
Octal 336 0 233 0 144 36 15 476 144 54
Binary 11011110 0 10011011 0 1100100 11110 1101 100111110 1100100 101100

Color Harmonies of #DE009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE009B

Black with #DE009B

Text Example


Text Example

White with #DE009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE009B; }

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

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

background-color css

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

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

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

border-color css

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

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

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