#D485F5

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

Shades of Heliotrope #D485F5

Tints of Heliotrope #D485F5

Color information

#D485F5 (or 0xD485F5) is unknown color: approx Heliotrope. HEX triplet: D4, 85 and F5. RGB value is (212,133,245). Sum of RGB (Red+Green+Blue) = 212+133+245=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 245 - color contains mainly: blue. Hex color #D485F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D485F5 is #2B7A0A. Grayscale: #A9A9A9. Windows color (decimal): -2849291 or 16090580. OLE color: 16090580.

HSL color Cylindrical-coordinate representation of color #D485F5: hue angle of 282.32º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D485F5 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB212133245-
CMYK0.130.4600.04
HSL282.32º84.85%74.12%-
HSV(B)282.32º45.71%96.08%-
XYZ52.0237.3690.86-
YUV169.39170.67158.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.93%
GREEN value IS 133 (52.34% from 255) = 22.54%
BLUE value IS 245 (96.09% from 255) = 41.53%
R=35.93%
G=22.54%
B=41.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2121332450.130.4600.04282.3284.8574.12
HexD485F5D2E0411a554a
Octal324205365155604432125112
Binary1101010010000101111101011101101110010010001101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485F5; }

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

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

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

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

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

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

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

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