Html Css Color HEX #DA0499 Hollywood Cerise

📋 copy color: '#DA0499'

red 218 ◦ green 4 ◦ blue 153

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

Shades of Hollywood Cerise #DA0499

Tints of Hollywood Cerise #DA0499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 58.13%
G = 1.07%
B = 40.8%

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

#DA0499 (or 0xDA0499) is known color: Hollywood Cerise. HEX triplet: DA, 04 and 99. RGB value is (218,4,153). Sum of RGB (Red+Green+Blue) = 218+4+153=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0499 is #25FB66. Grayscale: #545454. Windows color (decimal): -2489191 or 10028250. OLE color: 10028250.

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

Color convert

RGB 218 4 153 -
CMYK 0 0.98 0.30 0.15
HSL 318.22º 0.96% 0.44% -
HSV(B) 318.22º 0.98% 0.85% -
XYZ 34.71 17.29 31.65 -
YUV 84.97 166.4 222.88 -
System Red Green Blue C M Y K H S L
Decimal 218 4 153 0 0.98 0.30 0.15 318.22 0.96 0.44
Hex DA 4 99 0 62 1E F 13E 60 2C
Octal 332 4 231 0 142 36 17 476 140 54
Binary 11011010 100 10011001 0 1100010 11110 1111 100111110 1100000 101100

Color Harmonies of #DA0499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0499

Black with #DA0499

Text Example


Text Example

White with #DA0499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0499; }

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

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

background-color css

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

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

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

border-color css

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

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

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