#DE72FB

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

Shades of Heliotrope #DE72FB

Tints of Heliotrope #DE72FB

Color information

#DE72FB (or 0xDE72FB) is unknown color: approx Heliotrope. HEX triplet: DE, 72 and FB. RGB value is (222,114,251). Sum of RGB (Red+Green+Blue) = 222+114+251=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 114 (44.92% from 255 or 19.42% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE72FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE72FB is #218D04. Grayscale: #A1A1A1. Windows color (decimal): -2198789 or 16478942. OLE color: 16478942.

HSL color Cylindrical-coordinate representation of color #DE72FB: hue angle of 287.3º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE72FB is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222114251-
CMYK0.120.5500.02
HSL287.3º94.48%71.57%-
HSV(B)287.3º54.58%98.43%-
XYZ53.5534.5395.11-
YUV161.91178.28170.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 114 (44.92% from 255) = 19.42%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=37.82%
G=19.42%
B=42.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221142510.120.5500.02287.394.4871.57
HexDE72FBC370211f5e48
Octal336162373146702437136110
Binary11011110111001011111011110011011101010001111110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE72FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE72FB; }

 p { color: rgb(222,114,251); }

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

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

 a { background-color: rgb(222,114,251); }

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

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

 span { border-color: rgb(222,114,251); }

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