#DE84C0

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

Shades of Persian Pink #DE84C0

Tints of Persian Pink #DE84C0

Color information

#DE84C0 (or 0xDE84C0) is unknown color: approx Persian Pink. HEX triplet: DE, 84 and C0. RGB value is (222,132,192). Sum of RGB (Red+Green+Blue) = 222+132+192=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE84C0 is #217B3F. Grayscale: #A5A5A5. Windows color (decimal): -2194240 or 12616926. OLE color: 12616926.

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

Color convert

RGB222132192-
CMYK00.410.140.13
HSL320º57.69%69.41%-
HSV(B)320º40.54%87.06%-
XYZ47.8935.8454.26-
YUV165.75142.82168.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 132 (51.95% from 255) = 24.18%
BLUE value IS 192 (75.39% from 255) = 35.16%
R=40.66%
G=24.18%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213219200.410.140.1332057.6969.41
HexDE84C0029ED1403a45
Octal336204300051161550072105
Binary1101111010000100110000000101001111011011010000001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE84C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE84C0; }

 p { color: rgb(222,132,192); }

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

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

 a { background-color: rgb(222,132,192); }

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

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

 span { border-color: rgb(222,132,192); }

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