#D65EF0

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

Shades of Heliotrope #D65EF0

Tints of Heliotrope #D65EF0

Color information

#D65EF0 (or 0xD65EF0) is unknown color: approx Heliotrope. HEX triplet: D6, 5E and F0. RGB value is (214,94,240). Sum of RGB (Red+Green+Blue) = 214+94+240=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #D65EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65EF0 is #29A10F. Grayscale: #929292. Windows color (decimal): -2728208 or 15752918. OLE color: 15752918.

HSL color Cylindrical-coordinate representation of color #D65EF0: hue angle of 289.32º degrees, saturation: 0.83, 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 #D65EF0 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21494240-
CMYK0.110.6100.06
HSL289.32º82.95%65.49%-
HSV(B)289.32º60.83%94.12%-
XYZ47.4628.5985.46-
YUV146.52180.76176.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 94 (37.11% from 255) = 17.15%
BLUE value IS 240 (94.14% from 255) = 43.80%
R=39.05%
G=17.15%
B=43.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal214942400.110.6100.06289.3282.9565.49
HexD65EF0B3D061215341
Octal326136360137506441123101
Binary110101101011110111100001011111101011010010000110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65EF0; }

 p { color: rgb(214,94,240); }

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

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

 a { background-color: rgb(214,94,240); }

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

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

 span { border-color: rgb(214,94,240); }

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