#DE80BC

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

Shades of Persian Pink #DE80BC

Tints of Persian Pink #DE80BC

Color information

#DE80BC (or 0xDE80BC) is unknown color: approx Persian Pink. HEX triplet: DE, 80 and BC. RGB value is (222,128,188). Sum of RGB (Red+Green+Blue) = 222+128+188=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80BC is #217F43. Grayscale: #A2A2A2. Windows color (decimal): -2195268 or 12353758. OLE color: 12353758.

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

Color convert

RGB222128188-
CMYK00.420.150.13
HSL321.7º58.75%68.63%-
HSV(B)321.7º42.34%87.06%-
XYZ46.9234.651.78-
YUV162.95142.14170.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.26%
GREEN value IS 128 (50.39% from 255) = 23.79%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=41.26%
G=23.79%
B=34.94%

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
Decimal22212818800.420.150.13321.758.7568.63
HexDE80BC02AFD1423b45
Octal336200274052171550273105
Binary1101111010000000101111000101010111111011010000101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE80BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE80BC; }

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

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

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

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

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

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

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

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