#D085F8

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

Shades of Heliotrope #D085F8

Tints of Heliotrope #D085F8

Color information

#D085F8 (or 0xD085F8) is unknown color: approx Heliotrope. HEX triplet: D0, 85 and F8. RGB value is (208,133,248). Sum of RGB (Red+Green+Blue) = 208+133+248=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #D085F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085F8 is #2F7A07. Grayscale: #A8A8A8. Windows color (decimal): -3111432 or 16287184. OLE color: 16287184.

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

Color convert

RGB208133248-
CMYK0.160.4600.03
HSL279.13º89.15%74.71%-
HSV(B)279.13º46.37%97.25%-
XYZ51.3436.9693.24-
YUV168.54172.85156.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.31%
GREEN value IS 133 (52.34% from 255) = 22.58%
BLUE value IS 248 (97.27% from 255) = 42.11%
R=35.31%
G=22.58%
B=42.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2081332480.160.4600.03279.1389.1574.71
HexD085F8102E03117594b
Octal320205370205603427131113
Binary1101000010000101111110001000010111001110001011110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085F8; }

 p { color: rgb(208,133,248); }

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

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

 a { background-color: rgb(208,133,248); }

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

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

 span { border-color: rgb(208,133,248); }

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