#DE7CBA

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

Shades of Persian Pink #DE7CBA

Tints of Persian Pink #DE7CBA

Color information

#DE7CBA (or 0xDE7CBA) is unknown color: approx Persian Pink. HEX triplet: DE, 7C and BA. RGB value is (222,124,186). Sum of RGB (Red+Green+Blue) = 222+124+186=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CBA is #218345. Grayscale: #A0A0A0. Windows color (decimal): -2196294 or 12221662. OLE color: 12221662.

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

Color convert

RGB222124186-
CMYK00.440.160.13
HSL322.04º59.76%67.84%-
HSV(B)322.04º44.14%87.06%-
XYZ46.1933.4950.48-
YUV160.37142.47171.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 124 (48.83% from 255) = 23.31%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=41.73%
G=23.31%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212418600.440.160.13322.0459.7667.84
HexDE7CBA02C10D1423c44
Octal336174272054201550274104
Binary1101111011111001011101001011001000011011010000101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7CBA; }

 p { color: rgb(222,124,186); }

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

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

 a { background-color: rgb(222,124,186); }

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

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

 span { border-color: rgb(222,124,186); }

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