#DD7BB3

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

Shades of Persian Pink #DD7BB3

Tints of Persian Pink #DD7BB3

Color information

#DD7BB3 (or 0xDD7BB3) is unknown color: approx Persian Pink. HEX triplet: DD, 7B and B3. RGB value is (221,123,179). Sum of RGB (Red+Green+Blue) = 221+123+179=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BB3 is #22844C. Grayscale: #9E9E9E. Windows color (decimal): -2262093 or 11762653. OLE color: 11762653.

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

Color convert

RGB221123179-
CMYK00.440.190.13
HSL325.71º59.04%67.45%-
HSV(B)325.71º44.34%86.67%-
XYZ45.0432.7946.6-
YUV158.69139.47172.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.26%
GREEN value IS 123 (48.44% from 255) = 23.52%
BLUE value IS 179 (70.31% from 255) = 34.23%
R=42.26%
G=23.52%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112317900.440.190.13325.7159.0467.45
HexDD7BB302C13D1463b43
Octal335173263054231550673103
Binary1101110111110111011001101011001001111011010001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BB3; }

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

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

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

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

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

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

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

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