Html Css Color HEX #DA0798 Hollywood Cerise

📋 copy color: '#DA0798'

red 218 ◦ green 7 ◦ blue 152

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

Shades of Hollywood Cerise #DA0798

Tints of Hollywood Cerise #DA0798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.86%

 BLUE value IS 152 (59.77% from 255) = 40.32%

R = 57.82%
G = 1.86%
B = 40.32%

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

#DA0798 (or 0xDA0798) is known color: Hollywood Cerise. HEX triplet: DA, 07 and 98. RGB value is (218,7,152). Sum of RGB (Red+Green+Blue) = 218+7+152=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0798 is #25F867. Grayscale: #565656. Windows color (decimal): -2488424 or 9963482. OLE color: 9963482.

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

Color convert

RGB 218 7 152 -
CMYK 0 0.97 0.30 0.15
HSL 318.77º 0.94% 0.44% -
HSV(B) 318.77º 0.97% 0.85% -
XYZ 34.66 17.32 31.22 -
YUV 86.62 164.9 221.71 -
System Red Green Blue C M Y K H S L
Decimal 218 7 152 0 0.97 0.30 0.15 318.77 0.94 0.44
Hex DA 7 98 0 61 1E F 13F 5E 2C
Octal 332 7 230 0 141 36 17 477 136 54
Binary 11011010 111 10011000 0 1100001 11110 1111 100111111 1011110 101100

Color Harmonies of #DA0798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0798

Black with #DA0798

Text Example


Text Example

White with #DA0798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0798; }

 p { color: rgb(218,7,152); }

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

background-color css

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

 a { background-color: rgb(218,7,152); }

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

border-color css

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

 span { border-color: rgb(218,7,152); }

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