#DD78B7

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

Shades of Persian Pink #DD78B7

Tints of Persian Pink #DD78B7

Color information

#DD78B7 (or 0xDD78B7) is unknown color: approx Persian Pink. HEX triplet: DD, 78 and B7. RGB value is (221,120,183). Sum of RGB (Red+Green+Blue) = 221+120+183=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78B7 is #228748. Grayscale: #9D9D9D. Windows color (decimal): -2262857 or 12024029. OLE color: 12024029.

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

Color convert

RGB221120183-
CMYK00.460.170.13
HSL322.57º59.76%66.86%-
HSV(B)322.57º45.7%86.67%-
XYZ45.0832.2248.64-
YUV157.38142.46173.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 120 (47.27% from 255) = 22.90%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=42.18%
G=22.90%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112018300.460.170.13322.5759.7666.86
HexDD78B702E11D1433c43
Octal335170267056211550374103
Binary1101110111110001011011101011101000111011010000111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD78B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD78B7; }

 p { color: rgb(221,120,183); }

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

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

 a { background-color: rgb(221,120,183); }

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

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

 span { border-color: rgb(221,120,183); }

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