#DD78BE

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

Shades of Persian Pink #DD78BE

Tints of Persian Pink #DD78BE

Color information

#DD78BE (or 0xDD78BE) is unknown color: approx Persian Pink. HEX triplet: DD, 78 and BE. RGB value is (221,120,190). Sum of RGB (Red+Green+Blue) = 221+120+190=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78BE is #228741. Grayscale: #9E9E9E. Windows color (decimal): -2262850 or 12482781. OLE color: 12482781.

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

Color convert

RGB221120190-
CMYK00.460.140.13
HSL318.42º59.76%66.86%-
HSV(B)318.42º45.7%86.67%-
XYZ45.8332.5252.58-
YUV158.18145.96172.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 120 (47.27% from 255) = 22.60%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=41.62%
G=22.60%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112019000.460.140.13318.4259.7666.86
HexDD78BE02EED13e3c43
Octal335170276056161547674103
Binary110111011111000101111100101110111011011001111101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD78BE; }

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

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

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

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

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

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

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

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