#DE75FD

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

Shades of Heliotrope #DE75FD

Tints of Heliotrope #DE75FD

Color information

#DE75FD (or 0xDE75FD) is unknown color: approx Heliotrope. HEX triplet: DE, 75 and FD. RGB value is (222,117,253). Sum of RGB (Red+Green+Blue) = 222+117+253=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 117 (46.09% from 255 or 19.76% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE75FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE75FD is #218A02. Grayscale: #A3A3A3. Windows color (decimal): -2198019 or 16610782. OLE color: 16610782.

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

Color convert

RGB222117253-
CMYK0.120.5400.01
HSL286.32º97.14%72.55%-
HSV(B)286.32º53.75%99.22%-
XYZ54.2235.3496.89-
YUV163.9178.29169.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 117 (46.09% from 255) = 19.76%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=37.5%
G=19.76%
B=42.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221172530.120.5400.01286.3297.1472.55
HexDE75FDC360111e6149
Octal336165375146601436141111
Binary1101111011101011111110111001101100110001111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE75FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE75FD; }

 p { color: rgb(222,117,253); }

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

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

 a { background-color: rgb(222,117,253); }

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

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

 span { border-color: rgb(222,117,253); }

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