#df78b4

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

Shades of Persian Pink #DF78B4

Tints of Persian Pink #DF78B4

Color information

#DF78B4 (or 0xDF78B4) is unknown color: approx Persian Pink. HEX triplet: DF, 78 and B4. RGB value is (223,120,180). Sum of RGB (Red+Green+Blue) = 223+120+180=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78B4 is #20874B. Grayscale: #9D9D9D. Windows color (decimal): -2131788 or 11827423. OLE color: 11827423.

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

Color convert

RGB223120180-
CMYK00.460.190.13
HSL325.05º61.68%67.25%-
HSV(B)325.05º46.19%87.45%-
XYZ45.3932.4247.04-
YUV157.64140.62174.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 120 (47.27% from 255) = 22.94%
BLUE value IS 180 (70.70% from 255) = 34.42%
R=42.64%
G=22.94%
B=34.42%

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
Decimal22312018000.460.190.13325.0561.6867.25
HexDF78B402E13D1453e43
Octal337170264056231550576103
Binary1101111111110001011010001011101001111011010001011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df78b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df78b4; }

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

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

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

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

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

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

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

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