#D161FD

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

Shades of Heliotrope #D161FD

Tints of Heliotrope #D161FD

Color information

#D161FD (or 0xD161FD) is unknown color: approx Heliotrope. HEX triplet: D1, 61 and FD. RGB value is (209,97,253). Sum of RGB (Red+Green+Blue) = 209+97+253=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 97 (38.28% from 255 or 17.35% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #D161FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D161FD is #2E9E02. Grayscale: #939393. Windows color (decimal): -3055107 or 16605649. OLE color: 16605649.

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

Color convert

RGB20997253-
CMYK0.170.6200.01
HSL283.08º97.5%68.63%-
HSV(B)283.08º61.66%99.22%-
XYZ48.329.296.02-
YUV148.27187.11171.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.39%
GREEN value IS 97 (38.28% from 255) = 17.35%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=37.39%
G=17.35%
B=45.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal209972530.170.6200.01283.0897.568.63
HexD161FD113E0111b6245
Octal321141375217601433142105
Binary11010001110000111111101100011111100110001101111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161FD; }

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

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

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

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

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

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

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

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