#DD7DB1

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

Shades of Persian Pink #DD7DB1

Tints of Persian Pink #DD7DB1

Color information

#DD7DB1 (or 0xDD7DB1) is unknown color: approx Persian Pink. HEX triplet: DD, 7D and B1. RGB value is (221,125,177). Sum of RGB (Red+Green+Blue) = 221+125+177=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7DB1 is #22824E. Grayscale: #9F9F9F. Windows color (decimal): -2261583 or 11632093. OLE color: 11632093.

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

Color convert

RGB221125177-
CMYK00.430.200.13
HSL327.5º58.54%67.84%-
HSV(B)327.5º43.44%86.67%-
XYZ45.0933.2145.63-
YUV159.63137.8171.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.26%
GREEN value IS 125 (49.22% from 255) = 23.90%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=42.26%
G=23.90%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112517700.430.200.13327.558.5467.84
HexDD7DB102B14D1483b44
Octal335175261053241551073104
Binary1101110111111011011000101010111010011011010010001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DB1; }

 p { color: rgb(221,125,177); }

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

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

 a { background-color: rgb(221,125,177); }

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

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

 span { border-color: rgb(221,125,177); }

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