Html Css Color HEX #DA0098 Hollywood Cerise

📋 copy color: '#DA0098'

red 218 ◦ green 0 ◦ blue 152

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

Shades of Hollywood Cerise #DA0098

Tints of Hollywood Cerise #DA0098

RGB

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

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

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

R = 58.92%
G = 0%
B = 41.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA0098 (or 0xDA0098) is known color: Hollywood Cerise. HEX triplet: DA, 00 and 98. RGB value is (218,0,152). Sum of RGB (Red+Green+Blue) = 218+0+152=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA0098 is #25FF67. Grayscale: #525252. Windows color (decimal): -2490216 or 9961690. OLE color: 9961690.

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

Color convert

RGB 218 0 152 -
CMYK 0 1 0.30 0.15
HSL 318.17º 1% 0.43% -
HSV(B) 318.17º 1% 0.85% -
XYZ 34.58 17.17 31.2 -
YUV 82.51 167.22 224.64 -
System Red Green Blue C M Y K H S L
Decimal 218 0 152 0 1 0.30 0.15 318.17 1 0.43
Hex DA 0 98 0 64 1E F 13E 64 2B
Octal 332 0 230 0 144 36 17 476 144 53
Binary 11011010 0 10011000 0 1100100 11110 1111 100111110 1100100 101011

Color Harmonies of #DA0098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0098

Black with #DA0098

Text Example


Text Example

White with #DA0098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0098; }

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

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

background-color css

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

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

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

border-color css

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

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

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