#D342FB

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

Shades of Heliotrope #D342FB

Tints of Heliotrope #D342FB

Color information

#D342FB (or 0xD342FB) is unknown color: approx Heliotrope. HEX triplet: D3, 42 and FB. RGB value is (211,66,251). Sum of RGB (Red+Green+Blue) = 211+66+251=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 66 (26.17% from 255 or 12.5% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #D342FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D342FB is #2CBD04. Grayscale: #818181. Windows color (decimal): -2931973 or 16466643. OLE color: 16466643.

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

Color convert

RGB21166251-
CMYK0.160.7400.02
HSL287.03º95.85%62.16%-
HSV(B)287.03º73.71%98.43%-
XYZ46.2224.7193.6-
YUV130.44196.04185.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.96%
GREEN value IS 66 (26.17% from 255) = 12.5%
BLUE value IS 251 (98.44% from 255) = 47.54%
R=39.96%
G=12.5%
B=47.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211662510.160.7400.02287.0395.8562.16
HexD342FB104A0211f603e
Octal323102373201120243714076
Binary110100111000010111110111000010010100101000111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D342FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D342FB; }

 p { color: rgb(211,66,251); }

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

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

 a { background-color: rgb(211,66,251); }

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

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

 span { border-color: rgb(211,66,251); }

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