#DD6EBB

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

Shades of Persian Pink #DD6EBB

Tints of Persian Pink #DD6EBB

Color information

#DD6EBB (or 0xDD6EBB) is unknown color: approx Persian Pink. HEX triplet: DD, 6E and BB. RGB value is (221,110,187). Sum of RGB (Red+Green+Blue) = 221+110+187=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EBB is #229144. Grayscale: #979797. Windows color (decimal): -2265413 or 12283613. OLE color: 12283613.

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

Color convert

RGB221110187-
CMYK00.500.150.13
HSL318.38º62.01%64.9%-
HSV(B)318.38º50.23%86.67%-
XYZ44.3630.1150.49-
YUV151.97147.77177.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 110 (43.36% from 255) = 21.24%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=42.66%
G=21.24%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111018700.500.150.13318.3862.0164.9
HexDD6EBB032FD13e3e41
Octal335156273062171547676101
Binary110111011101110101110110110010111111011001111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6EBB; }

 p { color: rgb(221,110,187); }

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

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

 a { background-color: rgb(221,110,187); }

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

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

 span { border-color: rgb(221,110,187); }

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