#DC82BF

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

Shades of Persian Pink #DC82BF

Tints of Persian Pink #DC82BF

Color information

#DC82BF (or 0xDC82BF) is unknown color: approx Persian Pink. HEX triplet: DC, 82 and BF. RGB value is (220,130,191). Sum of RGB (Red+Green+Blue) = 220+130+191=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82BF is #237D40. Grayscale: #A3A3A3. Windows color (decimal): -2325825 or 12550876. OLE color: 12550876.

HSL color Cylindrical-coordinate representation of color #DC82BF: hue angle of 319.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC82BF is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB220130191-
CMYK00.410.130.14
HSL319.33º56.25%68.63%-
HSV(B)319.33º40.91%86.27%-
XYZ46.934.9453.56-
YUV163.86143.32168.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 191 (75% from 255) = 35.30%
R=40.67%
G=24.03%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013019100.410.130.14319.3356.2568.63
HexDC82BF029DE13f3845
Octal334202277051151647770105
Binary1101110010000010101111110101001110111101001111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC82BF; }

 p { color: rgb(220,130,191); }

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

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

 a { background-color: rgb(220,130,191); }

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

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

 span { border-color: rgb(220,130,191); }

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