Html Css Color HEX #DA059D Hollywood Cerise

📋 copy color: '#DA059D'

red 218 ◦ green 5 ◦ blue 157

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

Shades of Hollywood Cerise #DA059D

Tints of Hollywood Cerise #DA059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 57.37%
G = 1.32%
B = 41.32%

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

#DA059D (or 0xDA059D) is known color: Hollywood Cerise. HEX triplet: DA, 05 and 9D. RGB value is (218,5,157). Sum of RGB (Red+Green+Blue) = 218+5+157=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA059D is #25FA62. Grayscale: #555555. Windows color (decimal): -2488931 or 10290650. OLE color: 10290650.

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

Color convert

RGB 218 5 157 -
CMYK 0 0.98 0.28 0.15
HSL 317.18º 0.96% 0.44% -
HSV(B) 317.18º 0.98% 0.85% -
XYZ 35.05 17.45 33.42 -
YUV 86.02 168.07 222.14 -
System Red Green Blue C M Y K H S L
Decimal 218 5 157 0 0.98 0.28 0.15 317.18 0.96 0.44
Hex DA 5 9D 0 62 1C F 13D 60 2C
Octal 332 5 235 0 142 34 17 475 140 54
Binary 11011010 101 10011101 0 1100010 11100 1111 100111101 1100000 101100

Color Harmonies of #DA059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA059D

Black with #DA059D

Text Example


Text Example

White with #DA059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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