#D46FFB

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

Shades of Heliotrope #D46FFB

Tints of Heliotrope #D46FFB

Color information

#D46FFB (or 0xD46FFB) is unknown color: approx Heliotrope. HEX triplet: D4, 6F and FB. RGB value is (212,111,251). Sum of RGB (Red+Green+Blue) = 212+111+251=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #D46FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D46FFB is #2B9004. Grayscale: #9C9C9C. Windows color (decimal): -2854917 or 16478164. OLE color: 16478164.

HSL color Cylindrical-coordinate representation of color #D46FFB: hue angle of 283.29º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D46FFB is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212111251-
CMYK0.160.5600.02
HSL283.29º94.59%70.98%-
HSV(B)283.29º55.78%98.43%-
XYZ50.2532.3394.86-
YUV157.16180.96167.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.93%
GREEN value IS 111 (43.75% from 255) = 19.34%
BLUE value IS 251 (98.44% from 255) = 43.73%
R=36.93%
G=19.34%
B=43.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121112510.160.5600.02283.2994.5970.98
HexD46FFB10380211b5f47
Octal324157373207002433137107
Binary110101001101111111110111000011100001010001101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46FFB; }

 p { color: rgb(212,111,251); }

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

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

 a { background-color: rgb(212,111,251); }

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

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

 span { border-color: rgb(212,111,251); }

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