#D485FE

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

Shades of Heliotrope #D485FE

Tints of Heliotrope #D485FE

Color information

#D485FE (or 0xD485FE) is unknown color: approx Heliotrope. HEX triplet: D4, 85 and FE. RGB value is (212,133,254). Sum of RGB (Red+Green+Blue) = 212+133+254=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #D485FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D485FE is #2B7A01. Grayscale: #AAAAAA. Windows color (decimal): -2849282 or 16680404. OLE color: 16680404.

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

Color convert

RGB212133254-
CMYK0.170.4800.00
HSL279.17º98.37%75.88%-
HSV(B)279.17º47.64%99.61%-
XYZ53.4337.9398.27-
YUV170.42175.17157.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.39%
GREEN value IS 133 (52.34% from 255) = 22.20%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=35.39%
G=22.20%
B=42.40%

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
Decimal2121332540.170.4800.00279.1798.3775.88
HexD485FE113000117624c
Octal324205376216000427142114
Binary110101001000010111111110100011100000010001011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485FE; }

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

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

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

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

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

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

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

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