#D65DFE

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

Shades of Heliotrope #D65DFE

Tints of Heliotrope #D65DFE

Color information

#D65DFE (or 0xD65DFE) is unknown color: approx Heliotrope. HEX triplet: D6, 5D and FE. RGB value is (214,93,254). Sum of RGB (Red+Green+Blue) = 214+93+254=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 93 (36.72% from 255 or 16.58% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #D65DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65DFE is #29A201. Grayscale: #939393. Windows color (decimal): -2728450 or 16670166. OLE color: 16670166.

HSL color Cylindrical-coordinate representation of color #D65DFE: hue angle of 285.09º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65DFE is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21493254-
CMYK0.160.6300.00
HSL285.09º98.77%68.04%-
HSV(B)285.09º63.39%99.61%-
XYZ49.5429.2896.81-
YUV147.53188.09175.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 93 (36.72% from 255) = 16.58%
BLUE value IS 254 (99.61% from 255) = 45.28%
R=38.15%
G=16.58%
B=45.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal214932540.160.6300.00285.0998.7768.04
HexD65DFE103F0011d6344
Octal326135376207700435143104
Binary11010110101110111111110100001111110010001110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65DFE; }

 p { color: rgb(214,93,254); }

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

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

 a { background-color: rgb(214,93,254); }

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

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

 span { border-color: rgb(214,93,254); }

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