#DD6DBA

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

Shades of Persian Pink #DD6DBA

Tints of Persian Pink #DD6DBA

Color information

#DD6DBA (or 0xDD6DBA) is unknown color: approx Persian Pink. HEX triplet: DD, 6D and BA. RGB value is (221,109,186). Sum of RGB (Red+Green+Blue) = 221+109+186=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DBA is #229245. Grayscale: #979797. Windows color (decimal): -2265670 or 12217821. OLE color: 12217821.

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

Color convert

RGB221109186-
CMYK00.510.160.13
HSL318.75º62.22%64.71%-
HSV(B)318.75º50.68%86.67%-
XYZ44.1529.8549.89-
YUV151.27147.61177.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 109 (42.97% from 255) = 21.12%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=42.83%
G=21.12%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110918600.510.160.13318.7562.2264.71
HexDD6DBA03310D13f3e41
Octal335155272063201547776101
Binary1101110111011011011101001100111000011011001111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DBA; }

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

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

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

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

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

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

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

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