#D34FF9

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

Shades of Heliotrope #D34FF9

Tints of Heliotrope #D34FF9

Color information

#D34FF9 (or 0xD34FF9) is unknown color: approx Heliotrope. HEX triplet: D3, 4F and F9. RGB value is (211,79,249). Sum of RGB (Red+Green+Blue) = 211+79+249=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 79 (31.25% from 255 or 14.66% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #D34FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34FF9 is #2CB006. Grayscale: #898989. Windows color (decimal): -2928647 or 16338899. OLE color: 16338899.

HSL color Cylindrical-coordinate representation of color #D34FF9: hue angle of 286.59º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34FF9 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21179249-
CMYK0.150.6800.02
HSL286.59º93.41%64.31%-
HSV(B)286.59º68.27%97.65%-
XYZ46.7626.2892.23-
YUV137.85190.73180.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.15%
GREEN value IS 79 (31.25% from 255) = 14.66%
BLUE value IS 249 (97.66% from 255) = 46.20%
R=39.15%
G=14.66%
B=46.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211792490.150.6800.02286.5993.4164.31
HexD34FF9F440211f5d40
Octal3231173711710402437135100
Binary110100111001111111110011111100010001010001111110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34FF9; }

 p { color: rgb(211,79,249); }

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

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

 a { background-color: rgb(211,79,249); }

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

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

 span { border-color: rgb(211,79,249); }

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