#D440FF

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

Shades of Heliotrope #D440FF

Tints of Heliotrope #D440FF

Color information

#D440FF (or 0xD440FF) is unknown color: approx Heliotrope. HEX triplet: D4, 40 and FF. RGB value is (212,64,255). Sum of RGB (Red+Green+Blue) = 212+64+255=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 64 (25.39% from 255 or 12.05% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #D440FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D440FF is #2BBF00. Grayscale: #818181. Windows color (decimal): -2866945 or 16728276. OLE color: 16728276.

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

Color convert

RGB21264255-
CMYK0.170.7500
HSL286.49º100%62.55%-
HSV(B)286.49º74.9%100%-
XYZ47.0324.8896.93-
YUV130.03198.53186.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 64 (25.39% from 255) = 12.05%
BLUE value IS 255 (100% from 255) = 48.02%
R=39.92%
G=12.05%
B=48.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal212642550.170.7500286.4910062.55
HexD440FF114B0011e643f
Octal324100377211130043614477
Binary11010100100000011111111100011001011001000111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D440FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D440FF; }

 p { color: rgb(212,64,255); }

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

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

 a { background-color: rgb(212,64,255); }

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

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

 span { border-color: rgb(212,64,255); }

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