#DF7EB7

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

Shades of Persian Pink #DF7EB7

Tints of Persian Pink #DF7EB7

Color information

#DF7EB7 (or 0xDF7EB7) is unknown color: approx Persian Pink. HEX triplet: DF, 7E and B7. RGB value is (223,126,183). Sum of RGB (Red+Green+Blue) = 223+126+183=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EB7 is #208148. Grayscale: #A1A1A1. Windows color (decimal): -2130249 or 12025567. OLE color: 12025567.

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

Color convert

RGB223126183-
CMYK00.430.180.13
HSL324.74º60.25%68.43%-
HSV(B)324.74º43.5%87.45%-
XYZ46.4434.0348.92-
YUV161.5140.14171.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.92%
GREEN value IS 126 (49.61% from 255) = 23.68%
BLUE value IS 183 (71.88% from 255) = 34.40%
R=41.92%
G=23.68%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312618300.430.180.13324.7460.2568.43
HexDF7EB702B12D1453c44
Octal337176267053221550574104
Binary1101111111111101011011101010111001011011010001011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7EB7; }

 p { color: rgb(223,126,183); }

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

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

 a { background-color: rgb(223,126,183); }

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

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

 span { border-color: rgb(223,126,183); }

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