#DD6DB6

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

Shades of Persian Pink #DD6DB6

Tints of Persian Pink #DD6DB6

Color information

#DD6DB6 (or 0xDD6DB6) is unknown color: approx Persian Pink. HEX triplet: DD, 6D and B6. RGB value is (221,109,182). Sum of RGB (Red+Green+Blue) = 221+109+182=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DB6 is #229249. Grayscale: #969696. Windows color (decimal): -2265674 or 11955677. OLE color: 11955677.

HSL color Cylindrical-coordinate representation of color #DD6DB6: hue angle of 320.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6DB6 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221109182-
CMYK00.510.180.13
HSL320.89º62.22%64.71%-
HSV(B)320.89º50.68%86.67%-
XYZ43.7329.6947.68-
YUV150.81145.61178.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 109 (42.97% from 255) = 21.29%
BLUE value IS 182 (71.48% from 255) = 35.55%
R=43.16%
G=21.29%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110918200.510.180.13320.8962.2264.71
HexDD6DB603312D1413e41
Octal335155266063221550176101
Binary1101110111011011011011001100111001011011010000011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DB6; }

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

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

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

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

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

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

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

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