Html Css Color HEX #DA0697 Hollywood Cerise

📋 copy color: '#DA0697'

red 218 ◦ green 6 ◦ blue 151

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

Shades of Hollywood Cerise #DA0697

Tints of Hollywood Cerise #DA0697

RGB

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

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

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

R = 58.13%
G = 1.6%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA0697 (or 0xDA0697) is known color: Hollywood Cerise. HEX triplet: DA, 06 and 97. RGB value is (218,6,151). Sum of RGB (Red+Green+Blue) = 218+6+151=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0697 is #25F968. Grayscale: #555555. Windows color (decimal): -2488681 or 9897690. OLE color: 9897690.

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

Color convert

RGB 218 6 151 -
CMYK 0 0.97 0.31 0.15
HSL 318.96º 0.95% 0.44% -
HSV(B) 318.96º 0.97% 0.85% -
XYZ 34.56 17.27 30.79 -
YUV 85.92 164.74 222.21 -
System Red Green Blue C M Y K H S L
Decimal 218 6 151 0 0.97 0.31 0.15 318.96 0.95 0.44
Hex DA 6 97 0 61 1F F 13F 5F 2C
Octal 332 6 227 0 141 37 17 477 137 54
Binary 11011010 110 10010111 0 1100001 11111 1111 100111111 1011111 101100

Color Harmonies of #DA0697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0697

Black with #DA0697

Text Example


Text Example

White with #DA0697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0697; }

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

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

background-color css

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

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

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

border-color css

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

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

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