#DE6FB0

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

Shades of Persian Pink #DE6FB0

Tints of Persian Pink #DE6FB0

Color information

#DE6FB0 (or 0xDE6FB0) is unknown color: approx Persian Pink. HEX triplet: DE, 6F and B0. RGB value is (222,111,176). Sum of RGB (Red+Green+Blue) = 222+111+176=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6FB0 is #21904F. Grayscale: #979797. Windows color (decimal): -2199632 or 11562974. OLE color: 11562974.

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

Color convert

RGB222111176-
CMYK00.50.210.13
HSL324.86º62.71%65.29%-
HSV(B)324.86º50%87.06%-
XYZ43.6530.0344.57-
YUV151.6141.77178.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.61%
GREEN value IS 111 (43.75% from 255) = 21.81%
BLUE value IS 176 (69.14% from 255) = 34.58%
R=43.61%
G=21.81%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211117600.50.210.13324.8662.7165.29
HexDE6FB003215D1453f41
Octal336157260062251550577101
Binary1101111011011111011000001100101010111011010001011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6FB0; }

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

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

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

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

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

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

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

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