Html Css Color HEX #DA0097 Hollywood Cerise

📋 copy color: '#DA0097'

red 218 ◦ green 0 ◦ blue 151

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

Shades of Hollywood Cerise #DA0097

Tints of Hollywood Cerise #DA0097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.08%
G = 0%
B = 40.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA0097 (or 0xDA0097) is known color: Hollywood Cerise. HEX triplet: DA, 00 and 97. RGB value is (218,0,151). Sum of RGB (Red+Green+Blue) = 218+0+151=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0097 is #25FF68. Grayscale: #525252. Windows color (decimal): -2490217 or 9896154. OLE color: 9896154.

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

Color convert

RGB 218 0 151 -
CMYK 0 1 0.31 0.15
HSL 318.44º 1% 0.43% -
HSV(B) 318.44º 1% 0.85% -
XYZ 34.5 17.14 30.77 -
YUV 82.4 166.72 224.72 -
System Red Green Blue C M Y K H S L
Decimal 218 0 151 0 1 0.31 0.15 318.44 1 0.43
Hex DA 0 97 0 64 1F F 13E 64 2B
Octal 332 0 227 0 144 37 17 476 144 53
Binary 11011010 0 10010111 0 1100100 11111 1111 100111110 1100100 101011

Color Harmonies of #DA0097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0097

Black with #DA0097

Text Example


Text Example

White with #DA0097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0097; }

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

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

background-color css

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

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

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

border-color css

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

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

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