#DE80BD

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

Shades of Persian Pink #DE80BD

Tints of Persian Pink #DE80BD

Color information

#DE80BD (or 0xDE80BD) is unknown color: approx Persian Pink. HEX triplet: DE, 80 and BD. RGB value is (222,128,189). Sum of RGB (Red+Green+Blue) = 222+128+189=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80BD is #217F42. Grayscale: #A2A2A2. Windows color (decimal): -2195267 or 12419294. OLE color: 12419294.

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

Color convert

RGB222128189-
CMYK00.420.150.13
HSL321.06º58.75%68.63%-
HSV(B)321.06º42.34%87.06%-
XYZ47.0334.6452.35-
YUV163.06142.64170.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 128 (50.39% from 255) = 23.75%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=41.19%
G=23.75%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212818900.420.150.13321.0658.7568.63
HexDE80BD02AFD1413b45
Octal336200275052171550173105
Binary1101111010000000101111010101010111111011010000011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE80BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE80BD; }

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

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

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

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

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

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

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

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