#DE73B6

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

Shades of Persian Pink #DE73B6

Tints of Persian Pink #DE73B6

Color information

#DE73B6 (or 0xDE73B6) is unknown color: approx Persian Pink. HEX triplet: DE, 73 and B6. RGB value is (222,115,182). Sum of RGB (Red+Green+Blue) = 222+115+182=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DE73B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE73B6 is #218C49. Grayscale: #9A9A9A. Windows color (decimal): -2198602 or 11957214. OLE color: 11957214.

HSL color Cylindrical-coordinate representation of color #DE73B6: hue angle of 322.43º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE73B6 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222115182-
CMYK00.480.180.13
HSL322.43º61.85%66.08%-
HSV(B)322.43º48.2%87.06%-
XYZ44.731.1747.92-
YUV154.63143.45176.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.77%
GREEN value IS 115 (45.31% from 255) = 22.16%
BLUE value IS 182 (71.48% from 255) = 35.07%
R=42.77%
G=22.16%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211518200.480.180.13322.4361.8566.08
HexDE73B603012D1423e42
Octal336163266060221550276102
Binary1101111011100111011011001100001001011011010000101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE73B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE73B6; }

 p { color: rgb(222,115,182); }

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

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

 a { background-color: rgb(222,115,182); }

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

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

 span { border-color: rgb(222,115,182); }

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