Html Css Color HEX #DA09B0 Hollywood Cerise

📋 copy color: '#DA09B0'

red 218 ◦ green 9 ◦ blue 176

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

Shades of Hollywood Cerise #DA09B0

Tints of Hollywood Cerise #DA09B0

RGB

 RED value IS 218 (85.55% from 255) = 54.09%

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

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

R = 54.09%
G = 2.23%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DA09B0 (or 0xDA09B0) is known color: Hollywood Cerise. HEX triplet: DA, 09 and B0. RGB value is (218,9,176). Sum of RGB (Red+Green+Blue) = 218+9+176=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA09B0 is #25F64F. Grayscale: #5A5A5A. Windows color (decimal): -2487888 or 11536858. OLE color: 11536858.

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

Color convert

RGB 218 9 176 -
CMYK 0 0.96 0.19 0.15
HSL 312.06º 0.92% 0.45% -
HSV(B) 312.06º 0.96% 0.85% -
XYZ 36.85 18.24 42.65 -
YUV 90.53 176.24 218.92 -
System Red Green Blue C M Y K H S L
Decimal 218 9 176 0 0.96 0.19 0.15 312.06 0.92 0.45
Hex DA 9 B0 0 60 13 F 138 5C 2D
Octal 332 11 260 0 140 23 17 470 134 55
Binary 11011010 1001 10110000 0 1100000 10011 1111 100111000 1011100 101101

Color Harmonies of #DA09B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA09B0

Black with #DA09B0

Text Example


Text Example

White with #DA09B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA09B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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