#D180FF

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

Shades of Heliotrope #D180FF

Tints of Heliotrope #D180FF

Color information

#D180FF (or 0xD180FF) is unknown color: approx Heliotrope. HEX triplet: D1, 80 and FF. RGB value is (209,128,255). Sum of RGB (Red+Green+Blue) = 209+128+255=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 128 (50.39% from 255 or 21.62% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #D180FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D180FF is #2E7F00. Grayscale: #A6A6A6. Windows color (decimal): -3047169 or 16744657. OLE color: 16744657.

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

Color convert

RGB209128255-
CMYK0.180.5000
HSL278.27º100%75.1%-
HSV(B)278.27º49.8%100%-
XYZ52.0636.2198.85-
YUV166.7177.84158.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 128 (50.39% from 255) = 21.62%
BLUE value IS 255 (100% from 255) = 43.07%
R=35.30%
G=21.62%
B=43.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2091282550.180.5000278.2710075.1
HexD180FF123200116644b
Octal321200377226200426144113
Binary110100011000000011111111100101100100010001011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180FF; }

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

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

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

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

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

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

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

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