#D34AFD

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

Shades of Heliotrope #D34AFD

Tints of Heliotrope #D34AFD

Color information

#D34AFD (or 0xD34AFD) is unknown color: approx Heliotrope. HEX triplet: D3, 4A and FD. RGB value is (211,74,253). Sum of RGB (Red+Green+Blue) = 211+74+253=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 74 (29.30% from 255 or 13.75% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #D34AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34AFD is #2CB502. Grayscale: #868686. Windows color (decimal): -2929923 or 16599763. OLE color: 16599763.

HSL color Cylindrical-coordinate representation of color #D34AFD: hue angle of 285.92º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D34AFD is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21174253-
CMYK0.170.7100.01
HSL285.92º97.81%64.12%-
HSV(B)285.92º70.75%99.22%-
XYZ47.0425.8495.44-
YUV135.37194.39181.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.22%
GREEN value IS 74 (29.30% from 255) = 13.75%
BLUE value IS 253 (99.22% from 255) = 47.03%
R=39.22%
G=13.75%
B=47.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal211742530.170.7100.01285.9297.8164.12
HexD34AFD11470111e6240
Octal3231123752110701436142100
Binary110100111001010111111011000110001110110001111011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34AFD; }

 p { color: rgb(211,74,253); }

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

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

 a { background-color: rgb(211,74,253); }

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

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

 span { border-color: rgb(211,74,253); }

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