Html Css Color HEX #DA009F Hollywood Cerise

📋 copy color: '#DA009F'

red 218 ◦ green 0 ◦ blue 159

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

Shades of Hollywood Cerise #DA009F

Tints of Hollywood Cerise #DA009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.18%

R = 57.82%
G = 0%
B = 42.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA009F (or 0xDA009F) is known color: Hollywood Cerise. HEX triplet: DA, 00 and 9F. RGB value is (218,0,159). Sum of RGB (Red+Green+Blue) = 218+0+159=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA009F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA009F is #25FF60. Grayscale: #525252. Windows color (decimal): -2490209 or 10420442. OLE color: 10420442.

HSL color Cylindrical-coordinate representation of color #DA009F: hue angle of 316.24º 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 #DA009F is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 0 159 -
CMYK 0 1 0.27 0.15
HSL 316.24º 1% 0.43% -
HSV(B) 316.24º 1% 0.85% -
XYZ 35.17 17.41 34.31 -
YUV 83.31 170.72 224.07 -
System Red Green Blue C M Y K H S L
Decimal 218 0 159 0 1 0.27 0.15 316.24 1 0.43
Hex DA 0 9F 0 64 1B F 13C 64 2B
Octal 332 0 237 0 144 33 17 474 144 53
Binary 11011010 0 10011111 0 1100100 11011 1111 100111100 1100100 101011

Color Harmonies of #DA009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA009F

Black with #DA009F

Text Example


Text Example

White with #DA009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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