#DC6DB6

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

Shades of Persian Pink #DC6DB6

Tints of Persian Pink #DC6DB6

Color information

#DC6DB6 (or 0xDC6DB6) is unknown color: approx Persian Pink. HEX triplet: DC, 6D and B6. RGB value is (220,109,182). Sum of RGB (Red+Green+Blue) = 220+109+182=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DB6 is #239249. Grayscale: #969696. Windows color (decimal): -2331210 or 11955676. OLE color: 11955676.

HSL color Cylindrical-coordinate representation of color #DC6DB6: hue angle of 320.54º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6DB6 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB220109182-
CMYK00.500.170.14
HSL320.54º61.33%64.51%-
HSV(B)320.54º50.45%86.27%-
XYZ43.4329.5347.67-
YUV150.51145.77177.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 109 (42.97% from 255) = 21.33%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=43.05%
G=21.33%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010918200.500.170.14320.5461.3364.51
HexDC6DB603211E1413d41
Octal334155266062211650175101
Binary1101110011011011011011001100101000111101010000011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DB6; }

 p { color: rgb(220,109,182); }

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

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

 a { background-color: rgb(220,109,182); }

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

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

 span { border-color: rgb(220,109,182); }

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