#D485FF

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

Shades of Heliotrope #D485FF

Tints of Heliotrope #D485FF

Color information

#D485FF (or 0xD485FF) is unknown color: approx Heliotrope. HEX triplet: D4, 85 and FF. RGB value is (212,133,255). Sum of RGB (Red+Green+Blue) = 212+133+255=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #D485FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D485FF is #2B7A00. Grayscale: #AAAAAA. Windows color (decimal): -2849281 or 16745940. OLE color: 16745940.

HSL color Cylindrical-coordinate representation of color #D485FF: hue angle of 278.85º 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 #D485FF is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB212133255-
CMYK0.170.4800
HSL278.85º100%76.08%-
HSV(B)278.85º47.84%100%-
XYZ53.5937.9999.12-
YUV170.53175.67157.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.33%
GREEN value IS 133 (52.34% from 255) = 22.17%
BLUE value IS 255 (100% from 255) = 42.5%
R=35.33%
G=22.17%
B=42.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121332550.170.4800278.8510076.08
HexD485FF113000117644c
Octal324205377216000427144114
Binary110101001000010111111111100011100000010001011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485FF; }

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

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

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

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

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

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

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

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