#D285FF

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

Shades of Heliotrope #D285FF

Tints of Heliotrope #D285FF

Color information

#D285FF (or 0xD285FF) is unknown color: approx Heliotrope. HEX triplet: D2, 85 and FF. RGB value is (210,133,255). Sum of RGB (Red+Green+Blue) = 210+133+255=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #D285FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D285FF is #2D7A00. Grayscale: #A9A9A9. Windows color (decimal): -2980353 or 16745938. OLE color: 16745938.

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

Color convert

RGB210133255-
CMYK0.180.4800
HSL277.87º100%76.08%-
HSV(B)277.87º47.84%100%-
XYZ53.0237.799.09-
YUV169.93176.01156.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 133 (52.34% from 255) = 22.24%
BLUE value IS 255 (100% from 255) = 42.64%
R=35.12%
G=22.24%
B=42.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101332550.180.4800277.8710076.08
HexD285FF123000116644c
Octal322205377226000426144114
Binary110100101000010111111111100101100000010001011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285FF; }

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

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

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

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

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

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

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

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