Html Css Color HEX #DC0397 Hollywood Cerise

📋 copy color: '#DC0397'

red 220 ◦ green 3 ◦ blue 151

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

Shades of Hollywood Cerise #DC0397

Tints of Hollywood Cerise #DC0397

RGB

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

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

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

R = 58.82%
G = 0.8%
B = 40.37%

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

#DC0397 (or 0xDC0397) is known color: Hollywood Cerise. HEX triplet: DC, 03 and 97. RGB value is (220,3,151). Sum of RGB (Red+Green+Blue) = 220+3+151=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0397 is #23FC68. Grayscale: #545454. Windows color (decimal): -2358377 or 9896924. OLE color: 9896924.

HSL color Cylindrical-coordinate representation of color #DC0397: hue angle of 319.08º 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 #DC0397 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 3 151 -
CMYK 0 0.99 0.31 0.14
HSL 319.08º 0.97% 0.44% -
HSV(B) 319.08º 0.99% 0.86% -
XYZ 35.13 17.52 30.81 -
YUV 84.76 165.39 224.47 -
System Red Green Blue C M Y K H S L
Decimal 220 3 151 0 0.99 0.31 0.14 319.08 0.97 0.44
Hex DC 3 97 0 63 1F E 13F 61 2C
Octal 334 3 227 0 143 37 16 477 141 54
Binary 11011100 11 10010111 0 1100011 11111 1110 100111111 1100001 101100

Color Harmonies of #DC0397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0397

Black with #DC0397

Text Example


Text Example

White with #DC0397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0397; }

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

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

background-color css

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

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

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

border-color css

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

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

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