Html Css Color HEX #DC0398 Hollywood Cerise

📋 copy color: '#DC0398'

red 220 ◦ green 3 ◦ blue 152

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

Shades of Hollywood Cerise #DC0398

Tints of Hollywood Cerise #DC0398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 58.67%
G = 0.8%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC0398 (or 0xDC0398) is known color: Hollywood Cerise. HEX triplet: DC, 03 and 98. RGB value is (220,3,152). Sum of RGB (Red+Green+Blue) = 220+3+152=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0398 is #23FC67. Grayscale: #545454. Windows color (decimal): -2358376 or 9962460. OLE color: 9962460.

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

Color convert

RGB 220 3 152 -
CMYK 0 0.99 0.31 0.14
HSL 318.8º 0.97% 0.44% -
HSV(B) 318.8º 0.99% 0.86% -
XYZ 35.22 17.55 31.24 -
YUV 84.87 165.89 224.38 -
System Red Green Blue C M Y K H S L
Decimal 220 3 152 0 0.99 0.31 0.14 318.8 0.97 0.44
Hex DC 3 98 0 63 1F E 13F 61 2C
Octal 334 3 230 0 143 37 16 477 141 54
Binary 11011100 11 10011000 0 1100011 11111 1110 100111111 1100001 101100

Color Harmonies of #DC0398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0398

Black with #DC0398

Text Example


Text Example

White with #DC0398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0398; }

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

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

background-color css

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

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

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

border-color css

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

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

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