Html Css Color HEX #DA0299 Hollywood Cerise

📋 copy color: '#DA0299'

red 218 ◦ green 2 ◦ blue 153

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

Shades of Hollywood Cerise #DA0299

Tints of Hollywood Cerise #DA0299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 58.45%
G = 0.54%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA0299 (or 0xDA0299) is known color: Hollywood Cerise. HEX triplet: DA, 02 and 99. RGB value is (218,2,153). Sum of RGB (Red+Green+Blue) = 218+2+153=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0299 is #25FD66. Grayscale: #535353. Windows color (decimal): -2489703 or 10027738. OLE color: 10027738.

HSL color Cylindrical-coordinate representation of color #DA0299: hue angle of 318.06º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0299 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 2 153 -
CMYK 0 0.99 0.30 0.15
HSL 318.06º 0.98% 0.43% -
HSV(B) 318.06º 0.99% 0.85% -
XYZ 34.68 17.25 31.64 -
YUV 83.8 167.06 223.72 -
System Red Green Blue C M Y K H S L
Decimal 218 2 153 0 0.99 0.30 0.15 318.06 0.98 0.43
Hex DA 2 99 0 63 1E F 13E 62 2B
Octal 332 2 231 0 143 36 17 476 142 53
Binary 11011010 10 10011001 0 1100011 11110 1111 100111110 1100010 101011

Color Harmonies of #DA0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0299

Black with #DA0299

Text Example


Text Example

White with #DA0299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0299; }

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

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

background-color css

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

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

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

border-color css

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

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

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