Html Css Color HEX #DE09B0 Hollywood Cerise

📋 copy color: '#DE09B0'

red 222 ◦ green 9 ◦ blue 176

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

Shades of Hollywood Cerise #DE09B0

Tints of Hollywood Cerise #DE09B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.24%

R = 54.55%
G = 2.21%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DE09B0 (or 0xDE09B0) is known color: Hollywood Cerise. HEX triplet: DE, 09 and B0. RGB value is (222,9,176). Sum of RGB (Red+Green+Blue) = 222+9+176=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE09B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE09B0 is #21F64F. Grayscale: #5B5B5B. Windows color (decimal): -2225744 or 11536862. OLE color: 11536862.

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

Color convert

RGB 222 9 176 -
CMYK 0 0.96 0.21 0.13
HSL 312.96º 0.92% 0.45% -
HSV(B) 312.96º 0.96% 0.87% -
XYZ 38.06 18.86 42.71 -
YUV 91.73 175.57 220.92 -
System Red Green Blue C M Y K H S L
Decimal 222 9 176 0 0.96 0.21 0.13 312.96 0.92 0.45
Hex DE 9 B0 0 60 15 D 139 5C 2D
Octal 336 11 260 0 140 25 15 471 134 55
Binary 11011110 1001 10110000 0 1100000 10101 1101 100111001 1011100 101101

Color Harmonies of #DE09B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE09B0

Black with #DE09B0

Text Example


Text Example

White with #DE09B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE09B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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