#D63FFC

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

Shades of Heliotrope #D63FFC

Tints of Heliotrope #D63FFC

Color information

#D63FFC (or 0xD63FFC) is unknown color: approx Heliotrope. HEX triplet: D6, 3F and FC. RGB value is (214,63,252). Sum of RGB (Red+Green+Blue) = 214+63+252=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 63 (25% from 255 or 11.91% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #D63FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63FFC is #29C003. Grayscale: #818181. Windows color (decimal): -2736132 or 16531414. OLE color: 16531414.

HSL color Cylindrical-coordinate representation of color #D63FFC: hue angle of 287.94º degrees, saturation: 0.97, 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 #D63FFC is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21463252-
CMYK0.150.7500.01
HSL287.94º96.92%61.76%-
HSV(B)287.94º75%98.82%-
XYZ47.0824.8894.42-
YUV129.7197.03188.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 63 (25% from 255) = 11.91%
BLUE value IS 252 (98.83% from 255) = 47.64%
R=40.45%
G=11.91%
B=47.64%

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
Decimal214632520.150.7500.01287.9496.9261.76
HexD63FFCF4B01120613e
Octal32677374171130144014176
Binary110101101111111111110011111001011011001000001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63FFC; }

 p { color: rgb(214,63,252); }

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

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

 a { background-color: rgb(214,63,252); }

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

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

 span { border-color: rgb(214,63,252); }

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