#DC6DB7

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

Shades of Persian Pink #DC6DB7

Tints of Persian Pink #DC6DB7

Color information

#DC6DB7 (or 0xDC6DB7) is unknown color: approx Persian Pink. HEX triplet: DC, 6D and B7. RGB value is (220,109,183). Sum of RGB (Red+Green+Blue) = 220+109+183=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DB7 is #239248. Grayscale: #969696. Windows color (decimal): -2331209 or 12021212. OLE color: 12021212.

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

Color convert

RGB220109183-
CMYK00.500.170.14
HSL320º61.33%64.51%-
HSV(B)320º50.45%86.27%-
XYZ43.5329.5748.21-
YUV150.62146.27177.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 109 (42.97% from 255) = 21.29%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=42.97%
G=21.29%
B=35.74%

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
Decimal22010918300.500.170.1432061.3364.51
HexDC6DB703211E1403d41
Octal334155267062211650075101
Binary1101110011011011011011101100101000111101010000001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DB7; }

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

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

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

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

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

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

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

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