#D140FF

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

Shades of Heliotrope #D140FF

Tints of Heliotrope #D140FF

Color information

#D140FF (or 0xD140FF) is unknown color: approx Heliotrope. HEX triplet: D1, 40 and FF. RGB value is (209,64,255). Sum of RGB (Red+Green+Blue) = 209+64+255=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 64 (25.39% from 255 or 12.12% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #D140FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D140FF is #2EBF00. Grayscale: #808080. Windows color (decimal): -3063553 or 16728273. OLE color: 16728273.

HSL color Cylindrical-coordinate representation of color #D140FF: hue angle of 285.55º 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 #D140FF is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20964255-
CMYK0.180.7500
HSL285.55º100%62.55%-
HSV(B)285.55º74.9%100%-
XYZ46.1824.4496.89-
YUV129.13199.04184.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.58%
GREEN value IS 64 (25.39% from 255) = 12.12%
BLUE value IS 255 (100% from 255) = 48.30%
R=39.58%
G=12.12%
B=48.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal209642550.180.7500285.5510062.55
HexD140FF124B0011e643f
Octal321100377221130043614477
Binary11010001100000011111111100101001011001000111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D140FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D140FF; }

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

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

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

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

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

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

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

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