#DE7FB7

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

Shades of Persian Pink #DE7FB7

Tints of Persian Pink #DE7FB7

Color information

#DE7FB7 (or 0xDE7FB7) is unknown color: approx Persian Pink. HEX triplet: DE, 7F and B7. RGB value is (222,127,183). Sum of RGB (Red+Green+Blue) = 222+127+183=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7FB7 is #218048. Grayscale: #A1A1A1. Windows color (decimal): -2195529 or 12025822. OLE color: 12025822.

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

Color convert

RGB222127183-
CMYK00.430.180.13
HSL324.63º59.01%68.43%-
HSV(B)324.63º42.79%87.06%-
XYZ46.2634.1348.95-
YUV161.79139.97170.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 127 (50% from 255) = 23.87%
BLUE value IS 183 (71.88% from 255) = 34.40%
R=41.73%
G=23.87%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212718300.430.180.13324.6359.0168.43
HexDE7FB702B12D1453b44
Octal336177267053221550573104
Binary1101111011111111011011101010111001011011010001011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7FB7; }

 p { color: rgb(222,127,183); }

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

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

 a { background-color: rgb(222,127,183); }

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

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

 span { border-color: rgb(222,127,183); }

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