Html Css Color HEX #DA009C Hollywood Cerise

📋 copy color: '#DA009C'

red 218 ◦ green 0 ◦ blue 156

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

Shades of Hollywood Cerise #DA009C

Tints of Hollywood Cerise #DA009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.71%

R = 58.29%
G = 0%
B = 41.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA009C (or 0xDA009C) is known color: Hollywood Cerise. HEX triplet: DA, 00 and 9C. RGB value is (218,0,156). Sum of RGB (Red+Green+Blue) = 218+0+156=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA009C is #25FF63. Grayscale: #525252. Windows color (decimal): -2490212 or 10223834. OLE color: 10223834.

HSL color Cylindrical-coordinate representation of color #DA009C: hue angle of 317.06º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA009C is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 0 156 -
CMYK 0 1 0.28 0.15
HSL 317.06º 1% 0.43% -
HSV(B) 317.06º 1% 0.85% -
XYZ 34.91 17.31 32.95 -
YUV 82.97 169.22 224.32 -
System Red Green Blue C M Y K H S L
Decimal 218 0 156 0 1 0.28 0.15 317.06 1 0.43
Hex DA 0 9C 0 64 1C F 13D 64 2B
Octal 332 0 234 0 144 34 17 475 144 53
Binary 11011010 0 10011100 0 1100100 11100 1111 100111101 1100100 101011

Color Harmonies of #DA009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA009C

Black with #DA009C

Text Example


Text Example

White with #DA009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA009C; }

 p { color: rgb(218,0,156); }

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

background-color css

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

 a { background-color: rgb(218,0,156); }

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

border-color css

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

 span { border-color: rgb(218,0,156); }

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