#D451F2

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

Shades of Heliotrope #D451F2

Tints of Heliotrope #D451F2

Color information

#D451F2 (or 0xD451F2) is unknown color: approx Heliotrope. HEX triplet: D4, 51 and F2. RGB value is (212,81,242). Sum of RGB (Red+Green+Blue) = 212+81+242=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 81 (32.03% from 255 or 15.14% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #D451F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D451F2 is #2BAE0D. Grayscale: #8A8A8A. Windows color (decimal): -2862606 or 15880660. OLE color: 15880660.

HSL color Cylindrical-coordinate representation of color #D451F2: hue angle of 288.82º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D451F2 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21281242-
CMYK0.120.6700.05
HSL288.82º86.1%63.33%-
HSV(B)288.82º66.53%94.9%-
XYZ46.1226.2986.65-
YUV138.52186.4180.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 81 (32.03% from 255) = 15.14%
BLUE value IS 242 (94.92% from 255) = 45.23%
R=39.63%
G=15.14%
B=45.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212812420.120.6700.05288.8286.163.33
HexD451F2C4305121563f
Octal324121362141030544112677
Binary110101001010001111100101100100001101011001000011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D451F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D451F2; }

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

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

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

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

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

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

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

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