#DC7DBC

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

Shades of Persian Pink #DC7DBC

Tints of Persian Pink #DC7DBC

Color information

#DC7DBC (or 0xDC7DBC) is unknown color: approx Persian Pink. HEX triplet: DC, 7D and BC. RGB value is (220,125,188). Sum of RGB (Red+Green+Blue) = 220+125+188=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DBC is #238243. Grayscale: #A0A0A0. Windows color (decimal): -2327108 or 12352988. OLE color: 12352988.

HSL color Cylindrical-coordinate representation of color #DC7DBC: hue angle of 320.21º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7DBC is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220125188-
CMYK00.430.150.14
HSL320.21º57.58%67.65%-
HSV(B)320.21º43.18%86.27%-
XYZ45.9333.5151.63-
YUV160.59143.47170.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 125 (49.22% from 255) = 23.45%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=41.28%
G=23.45%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012518800.430.150.14320.2157.5867.65
HexDC7DBC02BFE1403a44
Octal334175274053171650072104
Binary110111001111101101111000101011111111101010000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DBC; }

 p { color: rgb(220,125,188); }

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

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

 a { background-color: rgb(220,125,188); }

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

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

 span { border-color: rgb(220,125,188); }

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