#DD6DB5

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

Shades of Persian Pink #DD6DB5

Tints of Persian Pink #DD6DB5

Color information

#DD6DB5 (or 0xDD6DB5) is unknown color: approx Persian Pink. HEX triplet: DD, 6D and B5. RGB value is (221,109,181). Sum of RGB (Red+Green+Blue) = 221+109+181=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DB5 is #22924A. Grayscale: #969696. Windows color (decimal): -2265675 or 11890141. OLE color: 11890141.

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

Color convert

RGB221109181-
CMYK00.510.180.13
HSL321.43º62.22%64.71%-
HSV(B)321.43º50.68%86.67%-
XYZ43.6329.6547.14-
YUV150.7145.11178.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 109 (42.97% from 255) = 21.33%
BLUE value IS 181 (71.09% from 255) = 35.42%
R=43.25%
G=21.33%
B=35.42%

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
Decimal22110918100.510.180.13321.4362.2264.71
HexDD6DB503312D1413e41
Octal335155265063221550176101
Binary1101110111011011011010101100111001011011010000011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DB5; }

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

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

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

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

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

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

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

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