#D63EFD

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

Shades of Heliotrope #D63EFD

Tints of Heliotrope #D63EFD

Color information

#D63EFD (or 0xD63EFD) is unknown color: approx Heliotrope. HEX triplet: D6, 3E and FD. RGB value is (214,62,253). Sum of RGB (Red+Green+Blue) = 214+62+253=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 62 (24.61% from 255 or 11.72% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #D63EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63EFD is #29C102. Grayscale: #808080. Windows color (decimal): -2736387 or 16596694. OLE color: 16596694.

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

Color convert

RGB21462253-
CMYK0.150.7500.01
HSL287.75º97.95%61.76%-
HSV(B)287.75º75.49%99.22%-
XYZ47.1824.8395.23-
YUV129.22197.86188.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 62 (24.61% from 255) = 11.72%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=40.45%
G=11.72%
B=47.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal214622530.150.7500.01287.7597.9561.76
HexD63EFDF4B01120623e
Octal32676375171130144014276
Binary110101101111101111110111111001011011001000001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63EFD; }

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

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

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

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

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

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

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

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