#D340FF

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

Shades of Heliotrope #D340FF

Tints of Heliotrope #D340FF

Color information

#D340FF (or 0xD340FF) is unknown color: approx Heliotrope. HEX triplet: D3, 40 and FF. RGB value is (211,64,255). Sum of RGB (Red+Green+Blue) = 211+64+255=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 64 (25.39% from 255 or 12.08% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #D340FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D340FF is #2CBF00. Grayscale: #818181. Windows color (decimal): -2932481 or 16728275. OLE color: 16728275.

HSL color Cylindrical-coordinate representation of color #D340FF: hue angle of 286.18º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D340FF is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21164255-
CMYK0.170.7500
HSL286.18º100%62.55%-
HSV(B)286.18º74.9%100%-
XYZ46.7524.7496.92-
YUV129.73198.7185.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.81%
GREEN value IS 64 (25.39% from 255) = 12.08%
BLUE value IS 255 (100% from 255) = 48.11%
R=39.81%
G=12.08%
B=48.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal211642550.170.7500286.1810062.55
HexD340FF114B0011e643f
Octal323100377211130043614477
Binary11010011100000011111111100011001011001000111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D340FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D340FF; }

 p { color: rgb(211,64,255); }

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

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

 a { background-color: rgb(211,64,255); }

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

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

 span { border-color: rgb(211,64,255); }

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