Html Css Color HEX #DA0497 Hollywood Cerise

📋 copy color: '#DA0497'

red 218 ◦ green 4 ◦ blue 151

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

Shades of Hollywood Cerise #DA0497

Tints of Hollywood Cerise #DA0497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

 BLUE value IS 151 (59.38% from 255) = 40.48%

R = 58.45%
G = 1.07%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA0497 (or 0xDA0497) is known color: Hollywood Cerise. HEX triplet: DA, 04 and 97. RGB value is (218,4,151). Sum of RGB (Red+Green+Blue) = 218+4+151=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0497 is #25FB68. Grayscale: #545454. Windows color (decimal): -2489193 or 9897178. OLE color: 9897178.

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

Color convert

RGB 218 4 151 -
CMYK 0 0.98 0.31 0.15
HSL 318.79º 0.96% 0.44% -
HSV(B) 318.79º 0.98% 0.85% -
XYZ 34.54 17.23 30.78 -
YUV 84.74 165.4 223.05 -
System Red Green Blue C M Y K H S L
Decimal 218 4 151 0 0.98 0.31 0.15 318.79 0.96 0.44
Hex DA 4 97 0 62 1F F 13F 60 2C
Octal 332 4 227 0 142 37 17 477 140 54
Binary 11011010 100 10010111 0 1100010 11111 1111 100111111 1100000 101100

Color Harmonies of #DA0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0497

Black with #DA0497

Text Example


Text Example

White with #DA0497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0497; }

 p { color: rgb(218,4,151); }

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

background-color css

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

 a { background-color: rgb(218,4,151); }

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

border-color css

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

 span { border-color: rgb(218,4,151); }

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