Html Css Color HEX #DA0399 Hollywood Cerise

📋 copy color: '#DA0399'

red 218 ◦ green 3 ◦ blue 153

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

Shades of Hollywood Cerise #DA0399

Tints of Hollywood Cerise #DA0399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 58.29%
G = 0.8%
B = 40.91%

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

#DA0399 (or 0xDA0399) is known color: Hollywood Cerise. HEX triplet: DA, 03 and 99. RGB value is (218,3,153). Sum of RGB (Red+Green+Blue) = 218+3+153=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0399 is #25FC66. Grayscale: #535353. Windows color (decimal): -2489447 or 10027994. OLE color: 10027994.

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

Color convert

RGB 218 3 153 -
CMYK 0 0.99 0.30 0.15
HSL 318.14º 0.97% 0.43% -
HSV(B) 318.14º 0.99% 0.85% -
XYZ 34.7 17.27 31.64 -
YUV 84.39 166.73 223.3 -
System Red Green Blue C M Y K H S L
Decimal 218 3 153 0 0.99 0.30 0.15 318.14 0.97 0.43
Hex DA 3 99 0 63 1E F 13E 61 2B
Octal 332 3 231 0 143 36 17 476 141 53
Binary 11011010 11 10011001 0 1100011 11110 1111 100111110 1100001 101011

Color Harmonies of #DA0399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0399

Black with #DA0399

Text Example


Text Example

White with #DA0399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0399; }

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

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

background-color css

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

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

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

border-color css

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

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

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