#DF7DB4

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

Shades of Persian Pink #DF7DB4

Tints of Persian Pink #DF7DB4

Color information

#DF7DB4 (or 0xDF7DB4) is unknown color: approx Persian Pink. HEX triplet: DF, 7D and B4. RGB value is (223,125,180). Sum of RGB (Red+Green+Blue) = 223+125+180=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DB4 is #20824B. Grayscale: #A0A0A0. Windows color (decimal): -2130508 or 11828703. OLE color: 11828703.

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

Color convert

RGB223125180-
CMYK00.440.190.13
HSL326.33º60.49%68.24%-
HSV(B)326.33º43.95%87.45%-
XYZ4633.6547.25-
YUV160.57138.97172.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 125 (49.22% from 255) = 23.67%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=42.23%
G=23.67%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312518000.440.190.13326.3360.4968.24
HexDF7DB402C13D1463c44
Octal337175264054231550674104
Binary1101111111111011011010001011001001111011010001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DB4; }

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

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

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

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

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

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

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

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