#D34BFB

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

Shades of Heliotrope #D34BFB

Tints of Heliotrope #D34BFB

Color information

#D34BFB (or 0xD34BFB) is unknown color: approx Heliotrope. HEX triplet: D3, 4B and FB. RGB value is (211,75,251). Sum of RGB (Red+Green+Blue) = 211+75+251=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 75 (29.69% from 255 or 13.97% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #D34BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34BFB is #2CB404. Grayscale: #878787. Windows color (decimal): -2929669 or 16468947. OLE color: 16468947.

HSL color Cylindrical-coordinate representation of color #D34BFB: hue angle of 286.36º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34BFB is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21175251-
CMYK0.160.7000.02
HSL286.36º95.65%63.92%-
HSV(B)286.36º70.12%98.43%-
XYZ46.7925.8593.79-
YUV135.73193.06181.69-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.29%
GREEN value IS 75 (29.69% from 255) = 13.97%
BLUE value IS 251 (98.44% from 255) = 46.74%
R=39.29%
G=13.97%
B=46.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211752510.160.7000.02286.3695.6563.92
HexD34BFB10460211e6040
Octal3231133732010602436140100
Binary1101001110010111111101110000100011001010001111011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34BFB; }

 p { color: rgb(211,75,251); }

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

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

 a { background-color: rgb(211,75,251); }

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

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

 span { border-color: rgb(211,75,251); }

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