#DF7DBE

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

Shades of Persian Pink #DF7DBE

Tints of Persian Pink #DF7DBE

Color information

#DF7DBE (or 0xDF7DBE) is unknown color: approx Persian Pink. HEX triplet: DF, 7D and BE. RGB value is (223,125,190). Sum of RGB (Red+Green+Blue) = 223+125+190=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DBE is #208241. Grayscale: #A1A1A1. Windows color (decimal): -2130498 or 12484063. OLE color: 12484063.

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

Color convert

RGB223125190-
CMYK00.440.150.13
HSL320.2º60.49%68.24%-
HSV(B)320.2º43.95%87.45%-
XYZ47.0634.0752.81-
YUV161.71143.97171.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=41.45%
G=23.23%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312519000.440.150.13320.260.4968.24
HexDF7DBE02CFD1403c44
Octal337175276054171550074104
Binary110111111111101101111100101100111111011010000001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DBE; }

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

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

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

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

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

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

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

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