#DE7DBF

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

Shades of Persian Pink #DE7DBF

Tints of Persian Pink #DE7DBF

Color information

#DE7DBF (or 0xDE7DBF) is unknown color: approx Persian Pink. HEX triplet: DE, 7D and BF. RGB value is (222,125,191). Sum of RGB (Red+Green+Blue) = 222+125+191=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DBF is #218240. Grayscale: #A1A1A1. Windows color (decimal): -2196033 or 12549598. OLE color: 12549598.

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

Color convert

RGB222125191-
CMYK00.440.140.13
HSL319.18º59.51%68.04%-
HSV(B)319.18º43.69%87.06%-
XYZ46.8633.9653.37-
YUV161.53144.64171.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 191 (75% from 255) = 35.50%
R=41.26%
G=23.23%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212519100.440.140.13319.1859.5168.04
HexDE7DBF02CED13f3c44
Octal336175277054161547774104
Binary110111101111101101111110101100111011011001111111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7DBF; }

 p { color: rgb(222,125,191); }

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

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

 a { background-color: rgb(222,125,191); }

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

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

 span { border-color: rgb(222,125,191); }

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