Html Css Color HEX #DC0695 Hollywood Cerise

📋 copy color: '#DC0695'

red 220 ◦ green 6 ◦ blue 149

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

Shades of Hollywood Cerise #DC0695

Tints of Hollywood Cerise #DC0695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.73%

R = 58.67%
G = 1.6%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC0695 (or 0xDC0695) is known color: Hollywood Cerise. HEX triplet: DC, 06 and 95. RGB value is (220,6,149). Sum of RGB (Red+Green+Blue) = 220+6+149=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0695 is #23F96A. Grayscale: #555555. Windows color (decimal): -2357611 or 9766620. OLE color: 9766620.

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

Color convert

RGB 220 6 149 -
CMYK 0 0.97 0.32 0.14
HSL 319.91º 0.95% 0.44% -
HSV(B) 319.91º 0.97% 0.86% -
XYZ 35.01 17.52 29.97 -
YUV 86.29 163.4 223.37 -
System Red Green Blue C M Y K H S L
Decimal 220 6 149 0 0.97 0.32 0.14 319.91 0.95 0.44
Hex DC 6 95 0 61 20 E 140 5F 2C
Octal 334 6 225 0 141 40 16 500 137 54
Binary 11011100 110 10010101 0 1100001 100000 1110 101000000 1011111 101100

Color Harmonies of #DC0695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0695

Black with #DC0695

Text Example


Text Example

White with #DC0695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0695; }

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

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

background-color css

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

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

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

border-color css

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

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

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