#D351F6

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

Shades of Heliotrope #D351F6

Tints of Heliotrope #D351F6

Color information

#D351F6 (or 0xD351F6) is unknown color: approx Heliotrope. HEX triplet: D3, 51 and F6. RGB value is (211,81,246). Sum of RGB (Red+Green+Blue) = 211+81+246=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 81 (32.03% from 255 or 15.06% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #D351F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D351F6 is #2CAE09. Grayscale: #8A8A8A. Windows color (decimal): -2928138 or 16142803. OLE color: 16142803.

HSL color Cylindrical-coordinate representation of color #D351F6: hue angle of 287.27º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D351F6 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21181246-
CMYK0.140.6700.04
HSL287.27º90.16%64.12%-
HSV(B)287.27º67.07%96.47%-
XYZ46.4426.3989.83-
YUV138.68188.57179.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.22%
GREEN value IS 81 (32.03% from 255) = 15.06%
BLUE value IS 246 (96.48% from 255) = 45.72%
R=39.22%
G=15.06%
B=45.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal211812460.140.6700.04287.2790.1664.12
HexD351F6E430411f5a40
Octal3231213661610304437132100
Binary1101001110100011111011011101000011010010001111110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D351F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D351F6; }

 p { color: rgb(211,81,246); }

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

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

 a { background-color: rgb(211,81,246); }

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

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

 span { border-color: rgb(211,81,246); }

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