#DC7DBB

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

Shades of Persian Pink #DC7DBB

Tints of Persian Pink #DC7DBB

Color information

#DC7DBB (or 0xDC7DBB) is unknown color: approx Persian Pink. HEX triplet: DC, 7D and BB. RGB value is (220,125,187). Sum of RGB (Red+Green+Blue) = 220+125+187=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DBB is #238244. Grayscale: #A0A0A0. Windows color (decimal): -2327109 or 12287452. OLE color: 12287452.

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

Color convert

RGB220125187-
CMYK00.430.150.14
HSL320.84º57.58%67.65%-
HSV(B)320.84º43.18%86.27%-
XYZ45.8233.4751.06-
YUV160.47142.97170.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 125 (49.22% from 255) = 23.50%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=41.35%
G=23.50%
B=35.15%

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
Decimal22012518700.430.150.14320.8457.5867.65
HexDC7DBB02BFE1413a44
Octal334175273053171650172104
Binary110111001111101101110110101011111111101010000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DBB; }

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

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

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

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

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

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

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

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