Html Css Color HEX #DA0598 Hollywood Cerise

📋 copy color: '#DA0598'

red 218 ◦ green 5 ◦ blue 152

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

Shades of Hollywood Cerise #DA0598

Tints of Hollywood Cerise #DA0598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.53%

R = 58.13%
G = 1.33%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA0598 (or 0xDA0598) is known color: Hollywood Cerise. HEX triplet: DA, 05 and 98. RGB value is (218,5,152). Sum of RGB (Red+Green+Blue) = 218+5+152=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0598 is #25FA67. Grayscale: #555555. Windows color (decimal): -2488936 or 9962970. OLE color: 9962970.

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

Color convert

RGB 218 5 152 -
CMYK 0 0.98 0.30 0.15
HSL 318.59º 0.96% 0.44% -
HSV(B) 318.59º 0.98% 0.85% -
XYZ 34.64 17.28 31.22 -
YUV 85.45 165.57 222.55 -
System Red Green Blue C M Y K H S L
Decimal 218 5 152 0 0.98 0.30 0.15 318.59 0.96 0.44
Hex DA 5 98 0 62 1E F 13F 60 2C
Octal 332 5 230 0 142 36 17 477 140 54
Binary 11011010 101 10011000 0 1100010 11110 1111 100111111 1100000 101100

Color Harmonies of #DA0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0598

Black with #DA0598

Text Example


Text Example

White with #DA0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0598; }

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

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

background-color css

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

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

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

border-color css

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

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

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