#DD7BB6

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

Shades of Persian Pink #DD7BB6

Tints of Persian Pink #DD7BB6

Color information

#DD7BB6 (or 0xDD7BB6) is unknown color: approx Persian Pink. HEX triplet: DD, 7B and B6. RGB value is (221,123,182). Sum of RGB (Red+Green+Blue) = 221+123+182=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BB6 is #228449. Grayscale: #9E9E9E. Windows color (decimal): -2262090 or 11959261. OLE color: 11959261.

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

Color convert

RGB221123182-
CMYK00.440.180.13
HSL323.88º59.04%67.45%-
HSV(B)323.88º44.34%86.67%-
XYZ45.3532.9248.22-
YUV159.03140.97172.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 123 (48.44% from 255) = 23.38%
BLUE value IS 182 (71.48% from 255) = 34.60%
R=42.02%
G=23.38%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112318200.440.180.13323.8859.0467.45
HexDD7BB602C12D1443b43
Octal335173266054221550473103
Binary1101110111110111011011001011001001011011010001001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BB6; }

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

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

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

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

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

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

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

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