#DF72FC

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

Shades of Heliotrope #DF72FC

Tints of Heliotrope #DF72FC

Color information

#DF72FC (or 0xDF72FC) is unknown color: approx Heliotrope. HEX triplet: DF, 72 and FC. RGB value is (223,114,252). Sum of RGB (Red+Green+Blue) = 223+114+252=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 114 (44.92% from 255 or 19.35% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF72FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF72FC is #208D03. Grayscale: #A1A1A1. Windows color (decimal): -2133252 or 16544479. OLE color: 16544479.

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

Color convert

RGB223114252-
CMYK0.120.5500.01
HSL287.39º95.83%71.76%-
HSV(B)287.39º54.76%98.82%-
XYZ54.0234.7595.96-
YUV162.32178.61171.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 114 (44.92% from 255) = 19.35%
BLUE value IS 252 (98.83% from 255) = 42.78%
R=37.86%
G=19.35%
B=42.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231142520.120.5500.01287.3995.8371.76
HexDF72FCC370111f6048
Octal337162374146701437140110
Binary1101111111100101111110011001101110110001111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF72FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF72FC; }

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

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

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

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

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

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

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

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