#D451F6

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

Shades of Heliotrope #D451F6

Tints of Heliotrope #D451F6

Color information

#D451F6 (or 0xD451F6) is unknown color: approx Heliotrope. HEX triplet: D4, 51 and F6. RGB value is (212,81,246). Sum of RGB (Red+Green+Blue) = 212+81+246=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 81 (32.03% from 255 or 15.03% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #D451F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D451F6 is #2BAE09. Grayscale: #8A8A8A. Windows color (decimal): -2862602 or 16142804. OLE color: 16142804.

HSL color Cylindrical-coordinate representation of color #D451F6: hue angle of 287.64º 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 #D451F6 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21281246-
CMYK0.140.6700.04
HSL287.64º90.16%64.12%-
HSV(B)287.64º67.07%96.47%-
XYZ46.7326.5489.85-
YUV138.98188.4180.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.33%
GREEN value IS 81 (32.03% from 255) = 15.03%
BLUE value IS 246 (96.48% from 255) = 45.64%
R=39.33%
G=15.03%
B=45.64%

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
Decimal212812460.140.6700.04287.6490.1664.12
HexD451F6E43041205a40
Octal3241213661610304440132100
Binary1101010010100011111011011101000011010010010000010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D451F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D451F6; }

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

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

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

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

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

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

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

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