#DD7BAF

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

Shades of Persian Pink #DD7BAF

Tints of Persian Pink #DD7BAF

Color information

#DD7BAF (or 0xDD7BAF) is unknown color: approx Persian Pink. HEX triplet: DD, 7B and AF. RGB value is (221,123,175). Sum of RGB (Red+Green+Blue) = 221+123+175=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BAF is #228450. Grayscale: #9E9E9E. Windows color (decimal): -2262097 or 11500509. OLE color: 11500509.

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

Color convert

RGB221123175-
CMYK00.440.210.13
HSL328.16º59.04%67.45%-
HSV(B)328.16º44.34%86.67%-
XYZ44.6432.6344.5-
YUV158.23137.47172.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 123 (48.44% from 255) = 23.70%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=42.58%
G=23.70%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112317500.440.210.13328.1659.0467.45
HexDD7BAF02C15D1483b43
Octal335173257054251551073103
Binary1101110111110111010111101011001010111011010010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BAF; }

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

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

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

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

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

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

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

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