#DE81BD

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

Shades of Persian Pink #DE81BD

Tints of Persian Pink #DE81BD

Color information

#DE81BD (or 0xDE81BD) is unknown color: approx Persian Pink. HEX triplet: DE, 81 and BD. RGB value is (222,129,189). Sum of RGB (Red+Green+Blue) = 222+129+189=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DE81BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE81BD is #217E42. Grayscale: #A3A3A3. Windows color (decimal): -2195011 or 12419550. OLE color: 12419550.

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

Color convert

RGB222129189-
CMYK00.420.150.13
HSL321.29º58.49%68.82%-
HSV(B)321.29º41.89%87.06%-
XYZ47.1634.952.4-
YUV163.65142.31169.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 129 (50.78% from 255) = 23.89%
BLUE value IS 189 (74.22% from 255) = 35%
R=41.11%
G=23.89%
B=35%

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
Decimal22212918900.420.150.13321.2958.4968.82
HexDE81BD02AFD1413a45
Octal336201275052171550172105
Binary1101111010000001101111010101010111111011010000011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE81BD; }

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

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

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

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

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

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

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

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