#D64BF6

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

Shades of Heliotrope #D64BF6

Tints of Heliotrope #D64BF6

Color information

#D64BF6 (or 0xD64BF6) is unknown color: approx Heliotrope. HEX triplet: D6, 4B and F6. RGB value is (214,75,246). Sum of RGB (Red+Green+Blue) = 214+75+246=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 75 (29.69% from 255 or 14.02% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #D64BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D64BF6 is #29B409. Grayscale: #878787. Windows color (decimal): -2733066 or 16141270. OLE color: 16141270.

HSL color Cylindrical-coordinate representation of color #D64BF6: hue angle of 288.77º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64BF6 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21475246-
CMYK0.130.7000.04
HSL288.77º90.48%62.94%-
HSV(B)288.77º69.51%96.47%-
XYZ46.8825.9889.73-
YUV136.06190.05183.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 75 (29.69% from 255) = 14.02%
BLUE value IS 246 (96.48% from 255) = 45.98%
R=40%
G=14.02%
B=45.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal214752460.130.7000.04288.7790.4862.94
HexD64BF6D46041215a3f
Octal326113366151060444113277
Binary110101101001011111101101101100011001001001000011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64BF6; }

 p { color: rgb(214,75,246); }

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

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

 a { background-color: rgb(214,75,246); }

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

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

 span { border-color: rgb(214,75,246); }

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