#D484F7

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

Shades of Heliotrope #D484F7

Tints of Heliotrope #D484F7

Color information

#D484F7 (or 0xD484F7) is unknown color: approx Heliotrope. HEX triplet: D4, 84 and F7. RGB value is (212,132,247). Sum of RGB (Red+Green+Blue) = 212+132+247=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 247 (96.88% from 255 or 41.79% from 591); Max value from RGB is 247 - color contains mainly: blue. Hex color #D484F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D484F7 is #2B7B08. Grayscale: #A8A8A8. Windows color (decimal): -2849545 or 16221396. OLE color: 16221396.

HSL color Cylindrical-coordinate representation of color #D484F7: hue angle of 281.74º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D484F7 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB212132247-
CMYK0.140.4700.03
HSL281.74º87.79%74.31%-
HSV(B)281.74º46.56%96.86%-
XYZ52.1937.2192.43-
YUV169.03172158.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 132 (51.95% from 255) = 22.34%
BLUE value IS 247 (96.88% from 255) = 41.79%
R=35.87%
G=22.34%
B=41.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2121322470.140.4700.03281.7487.7974.31
HexD484F7E2F0311a584a
Octal324204367165703432130112
Binary110101001000010011110111111010111101110001101010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D484F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D484F7; }

 p { color: rgb(212,132,247); }

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

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

 a { background-color: rgb(212,132,247); }

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

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

 span { border-color: rgb(212,132,247); }

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