#D043FE

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

Shades of Heliotrope #D043FE

Tints of Heliotrope #D043FE

Color information

#D043FE (or 0xD043FE) is unknown color: approx Heliotrope. HEX triplet: D0, 43 and FE. RGB value is (208,67,254). Sum of RGB (Red+Green+Blue) = 208+67+254=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 67 (26.56% from 255 or 12.67% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #D043FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D043FE is #2FBC01. Grayscale: #818181. Windows color (decimal): -3128322 or 16663504. OLE color: 16663504.

HSL color Cylindrical-coordinate representation of color #D043FE: hue angle of 285.24º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D043FE is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20867254-
CMYK0.180.7400.00
HSL285.24º98.94%62.94%-
HSV(B)285.24º73.62%99.61%-
XYZ45.9124.5896.09-
YUV130.48197.71183.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 67 (26.56% from 255) = 12.67%
BLUE value IS 254 (99.61% from 255) = 48.02%
R=39.32%
G=12.67%
B=48.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal208672540.180.7400.00285.2498.9462.94
HexD043FE124A0011d633f
Octal320103376221120043514377
Binary11010000100001111111110100101001010001000111011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D043FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D043FE; }

 p { color: rgb(208,67,254); }

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

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

 a { background-color: rgb(208,67,254); }

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

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

 span { border-color: rgb(208,67,254); }

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