#D161F8

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

Shades of Heliotrope #D161F8

Tints of Heliotrope #D161F8

Color information

#D161F8 (or 0xD161F8) is unknown color: approx Heliotrope. HEX triplet: D1, 61 and F8. RGB value is (209,97,248). Sum of RGB (Red+Green+Blue) = 209+97+248=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 97 (38.28% from 255 or 17.51% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #D161F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D161F8 is #2E9E07. Grayscale: #939393. Windows color (decimal): -3055112 or 16277969. OLE color: 16277969.

HSL color Cylindrical-coordinate representation of color #D161F8: hue angle of 284.5º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D161F8 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20997248-
CMYK0.160.6100.03
HSL284.5º91.52%67.65%-
HSV(B)284.5º60.89%97.25%-
XYZ47.5128.8891.88-
YUV147.7184.61171.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.73%
GREEN value IS 97 (38.28% from 255) = 17.51%
BLUE value IS 248 (97.27% from 255) = 44.77%
R=37.73%
G=17.51%
B=44.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal209972480.160.6100.03284.591.5267.65
HexD161F8103D0311d5c44
Octal321141370207503435134104
Binary110100011100001111110001000011110101110001110110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D161F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D161F8; }

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

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

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

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

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

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

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

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