#D342FF

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

Shades of Heliotrope #D342FF

Tints of Heliotrope #D342FF

Color information

#D342FF (or 0xD342FF) is unknown color: approx Heliotrope. HEX triplet: D3, 42 and FF. RGB value is (211,66,255). Sum of RGB (Red+Green+Blue) = 211+66+255=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 66 (26.17% from 255 or 12.41% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #D342FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D342FF is #2CBD00. Grayscale: #828282. Windows color (decimal): -2931969 or 16728787. OLE color: 16728787.

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

Color convert

RGB21166255-
CMYK0.170.7400
HSL286.03º100%62.94%-
HSV(B)286.03º74.12%100%-
XYZ46.8624.9796.96-
YUV130.9198.04185.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.66%
GREEN value IS 66 (26.17% from 255) = 12.41%
BLUE value IS 255 (100% from 255) = 47.93%
R=39.66%
G=12.41%
B=47.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal211662550.170.7400286.0310062.94
HexD342FF114A0011e643f
Octal323102377211120043614477
Binary11010011100001011111111100011001010001000111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D342FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D342FF; }

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

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

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

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

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

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

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

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