#DE6EB5

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

Shades of Persian Pink #DE6EB5

Tints of Persian Pink #DE6EB5

Color information

#DE6EB5 (or 0xDE6EB5) is unknown color: approx Persian Pink. HEX triplet: DE, 6E and B5. RGB value is (222,110,181). Sum of RGB (Red+Green+Blue) = 222+110+181=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6EB5 is #21914A. Grayscale: #979797. Windows color (decimal): -2199883 or 11890398. OLE color: 11890398.

HSL color Cylindrical-coordinate representation of color #DE6EB5: hue angle of 321.96º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE6EB5 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222110181-
CMYK00.500.180.13
HSL321.96º62.92%65.1%-
HSV(B)321.96º50.45%87.06%-
XYZ44.0430.0247.19-
YUV151.58144.61178.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.27%
GREEN value IS 110 (43.36% from 255) = 21.44%
BLUE value IS 181 (71.09% from 255) = 35.28%
R=43.27%
G=21.44%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211018100.500.180.13321.9662.9265.1
HexDE6EB503212D1423f41
Octal336156265062221550277101
Binary1101111011011101011010101100101001011011010000101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6EB5; }

 p { color: rgb(222,110,181); }

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

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

 a { background-color: rgb(222,110,181); }

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

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

 span { border-color: rgb(222,110,181); }

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