#DE80C1

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

Shades of Persian Pink #DE80C1

Tints of Persian Pink #DE80C1

Color information

#DE80C1 (or 0xDE80C1) is unknown color: approx Persian Pink. HEX triplet: DE, 80 and C1. RGB value is (222,128,193). Sum of RGB (Red+Green+Blue) = 222+128+193=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80C1 is #217F3E. Grayscale: #A3A3A3. Windows color (decimal): -2195263 or 12681438. OLE color: 12681438.

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

Color convert

RGB222128193-
CMYK00.420.130.13
HSL318.51º58.75%68.63%-
HSV(B)318.51º42.34%87.06%-
XYZ47.4734.8254.67-
YUV163.52144.64169.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 128 (50.39% from 255) = 23.57%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=40.88%
G=23.57%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212819300.420.130.13318.5158.7568.63
HexDE80C102ADD13f3b45
Octal336200301052151547773105
Binary1101111010000000110000010101010110111011001111111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE80C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE80C1; }

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

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

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

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

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

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

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

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