Html Css Color HEX #DE09AB Hollywood Cerise

📋 copy color: '#DE09AB'

red 222 ◦ green 9 ◦ blue 171

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

Shades of Hollywood Cerise #DE09AB

Tints of Hollywood Cerise #DE09AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.24%

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 55.22%
G = 2.24%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE09AB (or 0xDE09AB) is known color: Hollywood Cerise. HEX triplet: DE, 09 and AB. RGB value is (222,9,171). Sum of RGB (Red+Green+Blue) = 222+9+171=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE09AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE09AB is #21F654. Grayscale: #5A5A5A. Windows color (decimal): -2225749 or 11209182. OLE color: 11209182.

HSL color Cylindrical-coordinate representation of color #DE09AB: hue angle of 314.37º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE09AB is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 9 171 -
CMYK 0 0.96 0.23 0.13
HSL 314.37º 0.92% 0.45% -
HSV(B) 314.37º 0.96% 0.87% -
XYZ 37.57 18.67 40.15 -
YUV 91.16 173.07 221.33 -
System Red Green Blue C M Y K H S L
Decimal 222 9 171 0 0.96 0.23 0.13 314.37 0.92 0.45
Hex DE 9 AB 0 60 17 D 13A 5C 2D
Octal 336 11 253 0 140 27 15 472 134 55
Binary 11011110 1001 10101011 0 1100000 10111 1101 100111010 1011100 101101

Color Harmonies of #DE09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE09AB

Black with #DE09AB

Text Example


Text Example

White with #DE09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE09AB; }

 p { color: rgb(222,9,171); }

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

background-color css

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

 a { background-color: rgb(222,9,171); }

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

border-color css

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

 span { border-color: rgb(222,9,171); }

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