#D44DFE

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

Shades of Heliotrope #D44DFE

Tints of Heliotrope #D44DFE

Color information

#D44DFE (or 0xD44DFE) is unknown color: approx Heliotrope. HEX triplet: D4, 4D and FE. RGB value is (212,77,254). Sum of RGB (Red+Green+Blue) = 212+77+254=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 77 (30.47% from 255 or 14.18% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #D44DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D44DFE is #2BB201. Grayscale: #888888. Windows color (decimal): -2863618 or 16666068. OLE color: 16666068.

HSL color Cylindrical-coordinate representation of color #D44DFE: hue angle of 285.76º 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 #D44DFE is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21277254-
CMYK0.170.7000.00
HSL285.76º98.88%64.9%-
HSV(B)285.76º69.69%99.61%-
XYZ47.6926.4696.36-
YUV137.54193.73181.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.04%
GREEN value IS 77 (30.47% from 255) = 14.18%
BLUE value IS 254 (99.61% from 255) = 46.78%
R=39.04%
G=14.18%
B=46.78%

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
Decimal212772540.170.7000.00285.7698.8864.9
HexD44DFE11460011e6341
Octal3241153762110600436143101
Binary110101001001101111111101000110001100010001111011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44DFE; }

 p { color: rgb(212,77,254); }

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

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

 a { background-color: rgb(212,77,254); }

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

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

 span { border-color: rgb(212,77,254); }

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