#DF75FD

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

Shades of Heliotrope #DF75FD

Tints of Heliotrope #DF75FD

Color information

#DF75FD (or 0xDF75FD) is unknown color: approx Heliotrope. HEX triplet: DF, 75 and FD. RGB value is (223,117,253). Sum of RGB (Red+Green+Blue) = 223+117+253=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 117 (46.09% from 255 or 19.73% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF75FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF75FD is #208A02. Grayscale: #A3A3A3. Windows color (decimal): -2132483 or 16610783. OLE color: 16610783.

HSL color Cylindrical-coordinate representation of color #DF75FD: hue angle of 286.76º 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 #DF75FD is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223117253-
CMYK0.120.5400.01
HSL286.76º97.14%72.55%-
HSV(B)286.76º53.75%99.22%-
XYZ54.5235.596.91-
YUV164.2178.12169.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 117 (46.09% from 255) = 19.73%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=37.61%
G=19.73%
B=42.66%

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
Decimal2231172530.120.5400.01286.7697.1472.55
HexDF75FDC360111f6149
Octal337165375146601437141111
Binary1101111111101011111110111001101100110001111111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF75FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF75FD; }

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

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

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

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

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

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

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

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