#D484FD

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

Shades of Heliotrope #D484FD

Tints of Heliotrope #D484FD

Color information

#D484FD (or 0xD484FD) is unknown color: approx Heliotrope. HEX triplet: D4, 84 and FD. RGB value is (212,132,253). Sum of RGB (Red+Green+Blue) = 212+132+253=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #D484FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D484FD is #2B7B02. Grayscale: #A9A9A9. Windows color (decimal): -2849539 or 16614612. OLE color: 16614612.

HSL color Cylindrical-coordinate representation of color #D484FD: hue angle of 279.67º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D484FD is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212132253-
CMYK0.160.4800.01
HSL279.67º96.8%75.49%-
HSV(B)279.67º47.83%99.22%-
XYZ53.1337.5997.38-
YUV169.71175158.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.51%
GREEN value IS 132 (51.95% from 255) = 22.11%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=35.51%
G=22.11%
B=42.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121322530.160.4800.01279.6796.875.49
HexD484FD103001118614b
Octal324204375206001430141113
Binary110101001000010011111101100001100000110001100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D484FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D484FD; }

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

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

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

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

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

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

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

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