Html Css Color HEX #DC0098 Hollywood Cerise

📋 copy color: '#DC0098'

red 220 ◦ green 0 ◦ blue 152

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

Shades of Hollywood Cerise #DC0098

Tints of Hollywood Cerise #DC0098

RGB

 RED value IS 220 (86.33% from 255) = 59.14%

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

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

R = 59.14%
G = 0%
B = 40.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC0098 (or 0xDC0098) is known color: Hollywood Cerise. HEX triplet: DC, 00 and 98. RGB value is (220,0,152). Sum of RGB (Red+Green+Blue) = 220+0+152=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0098 is #23FF67. Grayscale: #525252. Windows color (decimal): -2359144 or 9961692. OLE color: 9961692.

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

Color convert

RGB 220 0 152 -
CMYK 0 1 0.31 0.14
HSL 318.55º 1% 0.43% -
HSV(B) 318.55º 1% 0.86% -
XYZ 35.18 17.48 31.23 -
YUV 83.11 166.89 225.64 -
System Red Green Blue C M Y K H S L
Decimal 220 0 152 0 1 0.31 0.14 318.55 1 0.43
Hex DC 0 98 0 64 1F E 13F 64 2B
Octal 334 0 230 0 144 37 16 477 144 53
Binary 11011100 0 10011000 0 1100100 11111 1110 100111111 1100100 101011

Color Harmonies of #DC0098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0098

Black with #DC0098

Text Example


Text Example

White with #DC0098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0098; }

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

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

background-color css

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

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

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

border-color css

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

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

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