#D182FD

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

Shades of Heliotrope #D182FD

Tints of Heliotrope #D182FD

Color information

#D182FD (or 0xD182FD) is unknown color: approx Heliotrope. HEX triplet: D1, 82 and FD. RGB value is (209,130,253). Sum of RGB (Red+Green+Blue) = 209+130+253=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 130 (51.17% from 255 or 21.96% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #D182FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D182FD is #2E7D02. Grayscale: #A7A7A7. Windows color (decimal): -3046659 or 16614097. OLE color: 16614097.

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

Color convert

RGB209130253-
CMYK0.170.4900.01
HSL278.54º96.85%75.1%-
HSV(B)278.54º48.62%99.22%-
XYZ52.0136.6197.25-
YUV167.64176.17157.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 130 (51.17% from 255) = 21.96%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=35.30%
G=21.96%
B=42.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2091302530.170.4900.01278.5496.8575.1
HexD182FD113101117614b
Octal321202375216101427141113
Binary110100011000001011111101100011100010110001011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D182FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D182FD; }

 p { color: rgb(209,130,253); }

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

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

 a { background-color: rgb(209,130,253); }

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

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

 span { border-color: rgb(209,130,253); }

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