#D66DFD

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

Shades of Heliotrope #D66DFD

Tints of Heliotrope #D66DFD

Color information

#D66DFD (or 0xD66DFD) is unknown color: approx Heliotrope. HEX triplet: D6, 6D and FD. RGB value is (214,109,253). Sum of RGB (Red+Green+Blue) = 214+109+253=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 109 (42.97% from 255 or 18.92% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #D66DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66DFD is #299202. Grayscale: #9C9C9C. Windows color (decimal): -2724355 or 16608726. OLE color: 16608726.

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

Color convert

RGB214109253-
CMYK0.150.5700.01
HSL283.75º97.3%70.98%-
HSV(B)283.75º56.92%99.22%-
XYZ50.9332.3396.48-
YUV156.81182.29168.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.15%
GREEN value IS 109 (42.97% from 255) = 18.92%
BLUE value IS 253 (99.22% from 255) = 43.92%
R=37.15%
G=18.92%
B=43.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2141092530.150.5700.01283.7597.370.98
HexD66DFDF390111c6147
Octal326155375177101434141107
Binary1101011011011011111110111111110010110001110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DFD; }

 p { color: rgb(214,109,253); }

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

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

 a { background-color: rgb(214,109,253); }

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

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

 span { border-color: rgb(214,109,253); }

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