Html Css Color HEX #DA059F Hollywood Cerise

📋 copy color: '#DA059F'

red 218 ◦ green 5 ◦ blue 159

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

Shades of Hollywood Cerise #DA059F

Tints of Hollywood Cerise #DA059F

RGB

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

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

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

R = 57.07%
G = 1.31%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA059F (or 0xDA059F) is known color: Hollywood Cerise. HEX triplet: DA, 05 and 9F. RGB value is (218,5,159). Sum of RGB (Red+Green+Blue) = 218+5+159=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA059F is #25FA60. Grayscale: #555555. Windows color (decimal): -2488929 or 10421722. OLE color: 10421722.

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

Color convert

RGB 218 5 159 -
CMYK 0 0.98 0.27 0.15
HSL 316.62º 0.96% 0.44% -
HSV(B) 316.62º 0.98% 0.85% -
XYZ 35.23 17.52 34.33 -
YUV 86.24 169.07 221.98 -
System Red Green Blue C M Y K H S L
Decimal 218 5 159 0 0.98 0.27 0.15 316.62 0.96 0.44
Hex DA 5 9F 0 62 1B F 13D 60 2C
Octal 332 5 237 0 142 33 17 475 140 54
Binary 11011010 101 10011111 0 1100010 11011 1111 100111101 1100000 101100

Color Harmonies of #DA059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA059F

Black with #DA059F

Text Example


Text Example

White with #DA059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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