#DE6FB1

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

Shades of Persian Pink #DE6FB1

Tints of Persian Pink #DE6FB1

Color information

#DE6FB1 (or 0xDE6FB1) is unknown color: approx Persian Pink. HEX triplet: DE, 6F and B1. RGB value is (222,111,177). Sum of RGB (Red+Green+Blue) = 222+111+177=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6FB1 is #21904E. Grayscale: #979797. Windows color (decimal): -2199631 or 11628510. OLE color: 11628510.

HSL color Cylindrical-coordinate representation of color #DE6FB1: hue angle of 324.32º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE6FB1 is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB222111177-
CMYK00.50.200.13
HSL324.32º62.71%65.29%-
HSV(B)324.32º50%87.06%-
XYZ43.7430.0745.09-
YUV151.71142.27178.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.53%
GREEN value IS 111 (43.75% from 255) = 21.76%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=43.53%
G=21.76%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211117700.50.200.13324.3262.7165.29
HexDE6FB103214D1443f41
Octal336157261062241550477101
Binary1101111011011111011000101100101010011011010001001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6FB1; }

 p { color: rgb(222,111,177); }

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

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

 a { background-color: rgb(222,111,177); }

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

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

 span { border-color: rgb(222,111,177); }

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