#D34FF3

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

Shades of Heliotrope #D34FF3

Tints of Heliotrope #D34FF3

Color information

#D34FF3 (or 0xD34FF3) is unknown color: approx Heliotrope. HEX triplet: D3, 4F and F3. RGB value is (211,79,243). Sum of RGB (Red+Green+Blue) = 211+79+243=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 79 (31.25% from 255 or 14.82% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #D34FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34FF3 is #2CB00C. Grayscale: #888888. Windows color (decimal): -2928653 or 15945683. OLE color: 15945683.

HSL color Cylindrical-coordinate representation of color #D34FF3: hue angle of 288.29º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34FF3 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21179243-
CMYK0.130.6700.05
HSL288.29º87.23%63.14%-
HSV(B)288.29º67.49%95.29%-
XYZ45.8425.9187.38-
YUV137.16187.73180.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.59%
GREEN value IS 79 (31.25% from 255) = 14.82%
BLUE value IS 243 (95.31% from 255) = 45.59%
R=39.59%
G=14.82%
B=45.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal211792430.130.6700.05288.2987.2363.14
HexD34FF3D4305120573f
Octal323117363151030544012777
Binary110100111001111111100111101100001101011001000001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34FF3; }

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

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

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

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

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

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

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

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