#DC77BE

Color #DC77BE Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #DC77BE

Tints of Persian Pink #DC77BE

Color information

#DC77BE (or 0xDC77BE) is unknown color: approx Persian Pink. HEX triplet: DC, 77 and BE. RGB value is (220,119,190). Sum of RGB (Red+Green+Blue) = 220+119+190=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77BE is #238841. Grayscale: #9D9D9D. Windows color (decimal): -2328642 or 12482524. OLE color: 12482524.

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

Color convert

RGB220119190-
CMYK00.460.140.14
HSL317.82º59.06%66.47%-
HSV(B)317.82º45.91%86.27%-
XYZ45.4132.1352.52-
YUV157.29146.46172.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 119 (46.88% from 255) = 22.50%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=41.59%
G=22.50%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011919000.460.140.14317.8259.0666.47
HexDC77BE02EEE13e3b42
Octal334167276056161647673102
Binary110111001110111101111100101110111011101001111101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC77BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC77BE; }

 p { color: rgb(220,119,190); }

 H1.HeaderClassName
 {
   color: #DC77BE;
 }
 .AnyTagClassName
 {
   color: #DC77BE;
 }
</style>
background-color css

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

 a { background-color: rgb(220,119,190); }

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

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

 span { border-color: rgb(220,119,190); }

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