#D485EE

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

Shades of Heliotrope #D485EE

Tints of Heliotrope #D485EE

Color information

#D485EE (or 0xD485EE) is unknown color: approx Heliotrope. HEX triplet: D4, 85 and EE. RGB value is (212,133,238). Sum of RGB (Red+Green+Blue) = 212+133+238=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #D485EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D485EE is #2B7A11. Grayscale: #A8A8A8. Windows color (decimal): -2849298 or 15631828. OLE color: 15631828.

HSL color Cylindrical-coordinate representation of color #D485EE: hue angle of 285.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D485EE is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212133238-
CMYK0.110.4400.07
HSL285.14º75.54%72.75%-
HSV(B)285.14º44.12%93.33%-
XYZ50.9736.9585.33-
YUV168.59167.17158.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 133 (52.34% from 255) = 22.81%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=36.36%
G=22.81%
B=40.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121332380.110.4400.07285.1475.5472.75
HexD485EEB2C0711d4c49
Octal324205356135407435114111
Binary1101010010000101111011101011101100011110001110110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485EE; }

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

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

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

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

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

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

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

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