#DF72FB

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

Shades of Heliotrope #DF72FB

Tints of Heliotrope #DF72FB

Color information

#DF72FB (or 0xDF72FB) is unknown color: approx Heliotrope. HEX triplet: DF, 72 and FB. RGB value is (223,114,251). Sum of RGB (Red+Green+Blue) = 223+114+251=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 114 (44.92% from 255 or 19.39% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF72FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF72FB is #208D04. Grayscale: #A1A1A1. Windows color (decimal): -2133253 or 16478943. OLE color: 16478943.

HSL color Cylindrical-coordinate representation of color #DF72FB: hue angle of 287.74º 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 #DF72FB is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223114251-
CMYK0.110.5500.02
HSL287.74º94.48%71.57%-
HSV(B)287.74º54.58%98.43%-
XYZ53.8634.6995.12-
YUV162.21178.11171.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 114 (44.92% from 255) = 19.39%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=37.93%
G=19.39%
B=42.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231142510.110.5500.02287.7494.4871.57
HexDF72FBB37021205e48
Octal337162373136702440136110
Binary11011111111001011111011101111011101010010000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF72FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF72FB; }

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

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

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

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

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

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

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

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