#DD78B4

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

Shades of Persian Pink #DD78B4

Tints of Persian Pink #DD78B4

Color information

#DD78B4 (or 0xDD78B4) is unknown color: approx Persian Pink. HEX triplet: DD, 78 and B4. RGB value is (221,120,180). Sum of RGB (Red+Green+Blue) = 221+120+180=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD78B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD78B4 is #22874B. Grayscale: #9C9C9C. Windows color (decimal): -2262860 or 11827421. OLE color: 11827421.

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

Color convert

RGB221120180-
CMYK00.460.190.13
HSL324.36º59.76%66.86%-
HSV(B)324.36º45.7%86.67%-
XYZ44.7732.147.02-
YUV157.04140.96173.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 120 (47.27% from 255) = 23.03%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=42.42%
G=23.03%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112018000.460.190.13324.3659.7666.86
HexDD78B402E13D1443c43
Octal335170264056231550474103
Binary1101110111110001011010001011101001111011010001001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD78B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD78B4; }

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

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

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

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

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

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

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

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