#DE80BE

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

Shades of Persian Pink #DE80BE

Tints of Persian Pink #DE80BE

Color information

#DE80BE (or 0xDE80BE) is unknown color: approx Persian Pink. HEX triplet: DE, 80 and BE. RGB value is (222,128,190). Sum of RGB (Red+Green+Blue) = 222+128+190=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80BE is #217F41. Grayscale: #A3A3A3. Windows color (decimal): -2195266 or 12484830. OLE color: 12484830.

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

Color convert

RGB222128190-
CMYK00.420.140.13
HSL320.43º58.75%68.63%-
HSV(B)320.43º42.34%87.06%-
XYZ47.1434.6952.93-
YUV163.17143.14169.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=41.11%
G=23.70%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212819000.420.140.13320.4358.7568.63
HexDE80BE02AED1403b45
Octal336200276052161550073105
Binary1101111010000000101111100101010111011011010000001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE80BE; }

 p { color: rgb(222,128,190); }

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

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

 a { background-color: rgb(222,128,190); }

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

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

 span { border-color: rgb(222,128,190); }

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