Html Css Color HEX #DA0699 Hollywood Cerise

📋 copy color: '#DA0699'

red 218 ◦ green 6 ◦ blue 153

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

Shades of Hollywood Cerise #DA0699

Tints of Hollywood Cerise #DA0699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.59%

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

R = 57.82%
G = 1.59%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA0699 (or 0xDA0699) is known color: Hollywood Cerise. HEX triplet: DA, 06 and 99. RGB value is (218,6,153). Sum of RGB (Red+Green+Blue) = 218+6+153=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0699 is #25F966. Grayscale: #555555. Windows color (decimal): -2488679 or 10028762. OLE color: 10028762.

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

Color convert

RGB 218 6 153 -
CMYK 0 0.97 0.30 0.15
HSL 318.4º 0.95% 0.44% -
HSV(B) 318.4º 0.97% 0.85% -
XYZ 34.73 17.34 31.65 -
YUV 86.15 165.74 222.05 -
System Red Green Blue C M Y K H S L
Decimal 218 6 153 0 0.97 0.30 0.15 318.4 0.95 0.44
Hex DA 6 99 0 61 1E F 13E 5F 2C
Octal 332 6 231 0 141 36 17 476 137 54
Binary 11011010 110 10011001 0 1100001 11110 1111 100111110 1011111 101100

Color Harmonies of #DA0699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0699

Black with #DA0699

Text Example


Text Example

White with #DA0699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0699; }

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

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

background-color css

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

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

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

border-color css

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

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

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