Html Css Color HEX #DA0595 Hollywood Cerise

📋 copy color: '#DA0595'

red 218 ◦ green 5 ◦ blue 149

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

Shades of Hollywood Cerise #DA0595

Tints of Hollywood Cerise #DA0595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.05%

R = 58.6%
G = 1.34%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA0595 (or 0xDA0595) is known color: Hollywood Cerise. HEX triplet: DA, 05 and 95. RGB value is (218,5,149). Sum of RGB (Red+Green+Blue) = 218+5+149=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0595 is #25FA6A. Grayscale: #545454. Windows color (decimal): -2488939 or 9766362. OLE color: 9766362.

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

Color convert

RGB 218 5 149 -
CMYK 0 0.98 0.32 0.15
HSL 319.44º 0.96% 0.44% -
HSV(B) 319.44º 0.98% 0.85% -
XYZ 34.39 17.18 29.94 -
YUV 85.1 164.07 222.79 -
System Red Green Blue C M Y K H S L
Decimal 218 5 149 0 0.98 0.32 0.15 319.44 0.96 0.44
Hex DA 5 95 0 62 20 F 13F 60 2C
Octal 332 5 225 0 142 40 17 477 140 54
Binary 11011010 101 10010101 0 1100010 100000 1111 100111111 1100000 101100

Color Harmonies of #DA0595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0595

Black with #DA0595

Text Example


Text Example

White with #DA0595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0595; }

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

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

background-color css

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

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

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

border-color css

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

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

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