Html Css Color HEX #DA009E Hollywood Cerise

📋 copy color: '#DA009E'

red 218 ◦ green 0 ◦ blue 158

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

Shades of Hollywood Cerise #DA009E

Tints of Hollywood Cerise #DA009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.02%

R = 57.98%
G = 0%
B = 42.02%

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

#DA009E (or 0xDA009E) is known color: Hollywood Cerise. HEX triplet: DA, 00 and 9E. RGB value is (218,0,158). Sum of RGB (Red+Green+Blue) = 218+0+158=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA009E is #25FF61. Grayscale: #525252. Windows color (decimal): -2490210 or 10354906. OLE color: 10354906.

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

Color convert

RGB 218 0 158 -
CMYK 0 1 0.28 0.15
HSL 316.51º 1% 0.43% -
HSV(B) 316.51º 1% 0.85% -
XYZ 35.09 17.37 33.85 -
YUV 83.19 170.22 224.15 -
System Red Green Blue C M Y K H S L
Decimal 218 0 158 0 1 0.28 0.15 316.51 1 0.43
Hex DA 0 9E 0 64 1C F 13D 64 2B
Octal 332 0 236 0 144 34 17 475 144 53
Binary 11011010 0 10011110 0 1100100 11100 1111 100111101 1100100 101011

Color Harmonies of #DA009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA009E

Black with #DA009E

Text Example


Text Example

White with #DA009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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