#DE7BBF

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

Shades of Persian Pink #DE7BBF

Tints of Persian Pink #DE7BBF

Color information

#DE7BBF (or 0xDE7BBF) is unknown color: approx Persian Pink. HEX triplet: DE, 7B and BF. RGB value is (222,123,191). Sum of RGB (Red+Green+Blue) = 222+123+191=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7BBF is #218440. Grayscale: #A0A0A0. Windows color (decimal): -2196545 or 12549086. OLE color: 12549086.

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

Color convert

RGB222123191-
CMYK00.450.140.13
HSL318.79º60%67.65%-
HSV(B)318.79º44.59%87.06%-
XYZ46.6133.4653.29-
YUV160.35145.3171.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 123 (48.44% from 255) = 22.95%
BLUE value IS 191 (75% from 255) = 35.63%
R=41.42%
G=22.95%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212319100.450.140.13318.796067.65
HexDE7BBF02DED13f3c44
Octal336173277055161547774104
Binary110111101111011101111110101101111011011001111111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7BBF; }

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

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

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

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

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

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

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

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