Html Css Color HEX #DA059E Hollywood Cerise

📋 copy color: '#DA059E'

red 218 ◦ green 5 ◦ blue 158

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

Shades of Hollywood Cerise #DA059E

Tints of Hollywood Cerise #DA059E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 57.22%
G = 1.31%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA059E (or 0xDA059E) is known color: Hollywood Cerise. HEX triplet: DA, 05 and 9E. RGB value is (218,5,158). Sum of RGB (Red+Green+Blue) = 218+5+158=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA059E is #25FA61. Grayscale: #555555. Windows color (decimal): -2488930 or 10356186. OLE color: 10356186.

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

Color convert

RGB 218 5 158 -
CMYK 0 0.98 0.28 0.15
HSL 316.9º 0.96% 0.44% -
HSV(B) 316.9º 0.98% 0.85% -
XYZ 35.14 17.48 33.87 -
YUV 86.13 168.57 222.06 -
System Red Green Blue C M Y K H S L
Decimal 218 5 158 0 0.98 0.28 0.15 316.9 0.96 0.44
Hex DA 5 9E 0 62 1C F 13D 60 2C
Octal 332 5 236 0 142 34 17 475 140 54
Binary 11011010 101 10011110 0 1100010 11100 1111 100111101 1100000 101100

Color Harmonies of #DA059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA059E

Black with #DA059E

Text Example


Text Example

White with #DA059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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