#D65DEF

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

Shades of Heliotrope #D65DEF

Tints of Heliotrope #D65DEF

Color information

#D65DEF (or 0xD65DEF) is unknown color: approx Heliotrope. HEX triplet: D6, 5D and EF. RGB value is (214,93,239). Sum of RGB (Red+Green+Blue) = 214+93+239=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 93 (36.72% from 255 or 17.03% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #D65DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65DEF is #29A210. Grayscale: #919191. Windows color (decimal): -2728465 or 15687126. OLE color: 15687126.

HSL color Cylindrical-coordinate representation of color #D65DEF: hue angle of 289.73º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65DEF is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21493239-
CMYK0.100.6100.06
HSL289.73º82.02%65.1%-
HSV(B)289.73º61.09%93.73%-
XYZ47.2328.3684.65-
YUV145.82180.59176.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.19%
GREEN value IS 93 (36.72% from 255) = 17.03%
BLUE value IS 239 (93.75% from 255) = 43.77%
R=39.19%
G=17.03%
B=43.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal214932390.100.6100.06289.7382.0265.1
HexD65DEFA3D061225241
Octal326135357127506442122101
Binary110101101011101111011111010111101011010010001010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65DEF; }

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

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

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

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

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

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

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

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