#DC82BC

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

Shades of Persian Pink #DC82BC

Tints of Persian Pink #DC82BC

Color information

#DC82BC (or 0xDC82BC) is unknown color: approx Persian Pink. HEX triplet: DC, 82 and BC. RGB value is (220,130,188). Sum of RGB (Red+Green+Blue) = 220+130+188=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82BC is #237D43. Grayscale: #A3A3A3. Windows color (decimal): -2325828 or 12354268. OLE color: 12354268.

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

Color convert

RGB220130188-
CMYK00.410.150.14
HSL321.33º56.25%68.63%-
HSV(B)321.33º40.91%86.27%-
XYZ46.5734.8151.84-
YUV163.52141.82168.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=40.89%
G=24.16%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013018800.410.150.14321.3356.2568.63
HexDC82BC029FE1413845
Octal334202274051171650170105
Binary1101110010000010101111000101001111111101010000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC82BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC82BC; }

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

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

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

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

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

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

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

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