#d34cfe

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

Shades of Heliotrope #D34CFE

Tints of Heliotrope #D34CFE

Color information

#D34CFE (or 0xD34CFE) is unknown color: approx Heliotrope. HEX triplet: D3, 4C and FE. RGB value is (211,76,254). Sum of RGB (Red+Green+Blue) = 211+76+254=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 76 (30.08% from 255 or 14.05% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #D34CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34CFE is #2CB301. Grayscale: #888888. Windows color (decimal): -2929410 or 16665811. OLE color: 16665811.

HSL color Cylindrical-coordinate representation of color #D34CFE: hue angle of 285.51º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34CFE is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21176254-
CMYK0.170.7000.00
HSL285.51º98.89%64.71%-
HSV(B)285.51º70.08%99.61%-
XYZ47.3426.1796.32-
YUV136.66194.23181.03-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.00%
GREEN value IS 76 (30.08% from 255) = 14.05%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=39.00%
G=14.05%
B=46.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal211762540.170.7000.00285.5198.8964.71
HexD34CFE11460011e6341
Octal3231143762110600436143101
Binary110100111001100111111101000110001100010001111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d34cfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d34cfe; }

 p { color: rgb(211,76,254); }

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

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

 a { background-color: rgb(211,76,254); }

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

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

 span { border-color: rgb(211,76,254); }

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