#D180F0

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

Shades of Heliotrope #D180F0

Tints of Heliotrope #D180F0

Color information

#D180F0 (or 0xD180F0) is unknown color: approx Heliotrope. HEX triplet: D1, 80 and F0. RGB value is (209,128,240). Sum of RGB (Red+Green+Blue) = 209+128+240=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #D180F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D180F0 is #2E7F0F. Grayscale: #A4A4A4. Windows color (decimal): -3047184 or 15761617. OLE color: 15761617.

HSL color Cylindrical-coordinate representation of color #D180F0: hue angle of 283.39º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D180F0 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB209128240-
CMYK0.130.4700.06
HSL283.39º78.87%72.16%-
HSV(B)283.39º46.67%94.12%-
XYZ49.7435.2886.63-
YUV164.99170.34159.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.22%
GREEN value IS 128 (50.39% from 255) = 22.18%
BLUE value IS 240 (94.14% from 255) = 41.59%
R=36.22%
G=22.18%
B=41.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2091282400.130.4700.06283.3978.8772.16
HexD180F0D2F0611b4f48
Octal321200360155706433117110
Binary1101000110000000111100001101101111011010001101110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180F0; }

 p { color: rgb(209,128,240); }

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

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

 a { background-color: rgb(209,128,240); }

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

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

 span { border-color: rgb(209,128,240); }

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