#D285FE

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

Shades of Heliotrope #D285FE

Tints of Heliotrope #D285FE

Color information

#D285FE (or 0xD285FE) is unknown color: approx Heliotrope. HEX triplet: D2, 85 and FE. RGB value is (210,133,254). Sum of RGB (Red+Green+Blue) = 210+133+254=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #D285FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D285FE is #2D7A01. Grayscale: #A9A9A9. Windows color (decimal): -2980354 or 16680402. OLE color: 16680402.

HSL color Cylindrical-coordinate representation of color #D285FE: hue angle of 278.18º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D285FE is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210133254-
CMYK0.170.4800.00
HSL278.18º98.37%75.88%-
HSV(B)278.18º47.64%99.61%-
XYZ52.8637.6398.24-
YUV169.82175.51156.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.18%
GREEN value IS 133 (52.34% from 255) = 22.28%
BLUE value IS 254 (99.61% from 255) = 42.55%
R=35.18%
G=22.28%
B=42.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101332540.170.4800.00278.1898.3775.88
HexD285FE113000116624c
Octal322205376216000426142114
Binary110100101000010111111110100011100000010001011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285FE; }

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

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

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

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

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

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

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

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