Html Css Color HEX #DC0697 Hollywood Cerise

📋 copy color: '#DC0697'

red 220 ◦ green 6 ◦ blue 151

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

Shades of Hollywood Cerise #DC0697

Tints of Hollywood Cerise #DC0697

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.59%

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

R = 58.36%
G = 1.59%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC0697 (or 0xDC0697) is known color: Hollywood Cerise. HEX triplet: DC, 06 and 97. RGB value is (220,6,151). Sum of RGB (Red+Green+Blue) = 220+6+151=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0697 is #23F968. Grayscale: #565656. Windows color (decimal): -2357609 or 9897692. OLE color: 9897692.

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

Color convert

RGB 220 6 151 -
CMYK 0 0.97 0.31 0.14
HSL 319.35º 0.95% 0.44% -
HSV(B) 319.35º 0.97% 0.86% -
XYZ 35.17 17.58 30.82 -
YUV 86.52 164.4 223.21 -
System Red Green Blue C M Y K H S L
Decimal 220 6 151 0 0.97 0.31 0.14 319.35 0.95 0.44
Hex DC 6 97 0 61 1F E 13F 5F 2C
Octal 334 6 227 0 141 37 16 477 137 54
Binary 11011100 110 10010111 0 1100001 11111 1110 100111111 1011111 101100

Color Harmonies of #DC0697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0697

Black with #DC0697

Text Example


Text Example

White with #DC0697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0697; }

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

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

background-color css

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

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

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

border-color css

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

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

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