#DD6BB9

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

Shades of Persian Pink #DD6BB9

Tints of Persian Pink #DD6BB9

Color information

#DD6BB9 (or 0xDD6BB9) is unknown color: approx Persian Pink. HEX triplet: DD, 6B and B9. RGB value is (221,107,185). Sum of RGB (Red+Green+Blue) = 221+107+185=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BB9 is #229446. Grayscale: #959595. Windows color (decimal): -2266183 or 12151773. OLE color: 12151773.

HSL color Cylindrical-coordinate representation of color #DD6BB9: hue angle of 318.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BB9 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221107185-
CMYK00.520.160.13
HSL318.95º62.64%64.31%-
HSV(B)318.95º51.58%86.67%-
XYZ43.8329.3949.26-
YUV149.98147.77178.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 107 (42.19% from 255) = 20.86%
BLUE value IS 185 (72.66% from 255) = 36.06%
R=43.08%
G=20.86%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110718500.520.160.13318.9562.6464.31
HexDD6BB903410D13f3f40
Octal335153271064201547777100
Binary1101110111010111011100101101001000011011001111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6BB9; }

 p { color: rgb(221,107,185); }

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

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

 a { background-color: rgb(221,107,185); }

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

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

 span { border-color: rgb(221,107,185); }

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