#D349F7

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

Shades of Heliotrope #D349F7

Tints of Heliotrope #D349F7

Color information

#D349F7 (or 0xD349F7) is unknown color: approx Heliotrope. HEX triplet: D3, 49 and F7. RGB value is (211,73,247). Sum of RGB (Red+Green+Blue) = 211+73+247=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 73 (28.91% from 255 or 13.75% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #D349F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D349F7 is #2CB608. Grayscale: #858585. Windows color (decimal): -2930185 or 16206291. OLE color: 16206291.

HSL color Cylindrical-coordinate representation of color #D349F7: hue angle of 287.59º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D349F7 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21173247-
CMYK0.150.7000.03
HSL287.59º91.58%62.75%-
HSV(B)287.59º70.45%96.86%-
XYZ46.0425.3390.46-
YUV134.1191.72182.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.74%
GREEN value IS 73 (28.91% from 255) = 13.75%
BLUE value IS 247 (96.88% from 255) = 46.52%
R=39.74%
G=13.75%
B=46.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal211732470.150.7000.03287.5991.5862.75
HexD349F7F46031205c3f
Octal323111367171060344013477
Binary11010011100100111110111111110001100111001000001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D349F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D349F7; }

 p { color: rgb(211,73,247); }

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

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

 a { background-color: rgb(211,73,247); }

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

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

 span { border-color: rgb(211,73,247); }

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