#DC6DB9

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

Shades of Persian Pink #DC6DB9

Tints of Persian Pink #DC6DB9

Color information

#DC6DB9 (or 0xDC6DB9) is unknown color: approx Persian Pink. HEX triplet: DC, 6D and B9. RGB value is (220,109,185). Sum of RGB (Red+Green+Blue) = 220+109+185=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DB9 is #239246. Grayscale: #969696. Windows color (decimal): -2331207 or 12152284. OLE color: 12152284.

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

Color convert

RGB220109185-
CMYK00.500.160.14
HSL318.92º61.33%64.51%-
HSV(B)318.92º50.45%86.27%-
XYZ43.7429.6649.32-
YUV150.85147.27177.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.80%
GREEN value IS 109 (42.97% from 255) = 21.21%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=42.80%
G=21.21%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010918500.500.160.14318.9261.3364.51
HexDC6DB903210E13f3d41
Octal334155271062201647775101
Binary1101110011011011011100101100101000011101001111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DB9; }

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

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

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

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

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

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

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

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