#D481FA

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

Shades of Heliotrope #D481FA

Tints of Heliotrope #D481FA

Color information

#D481FA (or 0xD481FA) is unknown color: approx Heliotrope. HEX triplet: D4, 81 and FA. RGB value is (212,129,250). Sum of RGB (Red+Green+Blue) = 212+129+250=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 129 (50.78% from 255 or 21.83% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #D481FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D481FA is #2B7E05. Grayscale: #A7A7A7. Windows color (decimal): -2850310 or 16417236. OLE color: 16417236.

HSL color Cylindrical-coordinate representation of color #D481FA: hue angle of 281.16º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D481FA is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212129250-
CMYK0.150.4800.02
HSL281.16º92.37%74.31%-
HSV(B)281.16º48.4%98.04%-
XYZ52.2636.694.75-
YUV167.61174.5159.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 129 (50.78% from 255) = 21.83%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=35.87%
G=21.83%
B=42.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121292500.150.4800.02281.1692.3774.31
HexD481FAF30021195c4a
Octal324201372176002431134112
Binary110101001000000111111010111111000001010001100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D481FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D481FA; }

 p { color: rgb(212,129,250); }

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

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

 a { background-color: rgb(212,129,250); }

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

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

 span { border-color: rgb(212,129,250); }

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