Html Css Color HEX #DE09A6 Hollywood Cerise

📋 copy color: '#DE09A6'

red 222 ◦ green 9 ◦ blue 166

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

Shades of Hollywood Cerise #DE09A6

Tints of Hollywood Cerise #DE09A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.81%

R = 55.92%
G = 2.27%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DE09A6 (or 0xDE09A6) is known color: Hollywood Cerise. HEX triplet: DE, 09 and A6. RGB value is (222,9,166). Sum of RGB (Red+Green+Blue) = 222+9+166=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE09A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE09A6 is #21F659. Grayscale: #5A5A5A. Windows color (decimal): -2225754 or 10881502. OLE color: 10881502.

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

Color convert

RGB 222 9 166 -
CMYK 0 0.96 0.25 0.13
HSL 315.77º 0.92% 0.45% -
HSV(B) 315.77º 0.96% 0.87% -
XYZ 37.1 18.48 37.69 -
YUV 90.59 170.57 221.73 -
System Red Green Blue C M Y K H S L
Decimal 222 9 166 0 0.96 0.25 0.13 315.77 0.92 0.45
Hex DE 9 A6 0 60 19 D 13C 5C 2D
Octal 336 11 246 0 140 31 15 474 134 55
Binary 11011110 1001 10100110 0 1100000 11001 1101 100111100 1011100 101101

Color Harmonies of #DE09A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE09A6

Black with #DE09A6

Text Example


Text Example

White with #DE09A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE09A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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