#DE6EBC

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

Shades of Persian Pink #DE6EBC

Tints of Persian Pink #DE6EBC

Color information

#DE6EBC (or 0xDE6EBC) is unknown color: approx Persian Pink. HEX triplet: DE, 6E and BC. RGB value is (222,110,188). Sum of RGB (Red+Green+Blue) = 222+110+188=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6EBC is #219143. Grayscale: #989898. Windows color (decimal): -2199876 or 12349150. OLE color: 12349150.

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

Color convert

RGB222110188-
CMYK00.500.150.13
HSL318.21º62.92%65.1%-
HSV(B)318.21º50.45%87.06%-
XYZ44.7830.3151.07-
YUV152.38148.11177.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.69%
GREEN value IS 110 (43.36% from 255) = 21.15%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=42.69%
G=21.15%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211018800.500.150.13318.2162.9265.1
HexDE6EBC032FD13e3f41
Octal336156274062171547677101
Binary110111101101110101111000110010111111011001111101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6EBC; }

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

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

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

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

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

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

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

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