#D285F6

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

Shades of Heliotrope #D285F6

Tints of Heliotrope #D285F6

Color information

#D285F6 (or 0xD285F6) is unknown color: approx Heliotrope. HEX triplet: D2, 85 and F6. RGB value is (210,133,246). Sum of RGB (Red+Green+Blue) = 210+133+246=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #D285F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D285F6 is #2D7A09. Grayscale: #A8A8A8. Windows color (decimal): -2980362 or 16156114. OLE color: 16156114.

HSL color Cylindrical-coordinate representation of color #D285F6: hue angle of 280.88º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D285F6 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB210133246-
CMYK0.150.4600.04
HSL280.88º86.26%74.31%-
HSV(B)280.88º45.93%96.47%-
XYZ51.637.1391.64-
YUV168.9171.51157.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 133 (52.34% from 255) = 22.58%
BLUE value IS 246 (96.48% from 255) = 41.77%
R=35.65%
G=22.58%
B=41.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2101332460.150.4600.04280.8886.2674.31
HexD285F6F2E04119564a
Octal322205366175604431126112
Binary1101001010000101111101101111101110010010001100110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285F6; }

 p { color: rgb(210,133,246); }

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

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

 a { background-color: rgb(210,133,246); }

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

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

 span { border-color: rgb(210,133,246); }

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