#D48FFA

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

Shades of Heliotrope #D48FFA

Tints of Heliotrope #D48FFA

Color information

#D48FFA (or 0xD48FFA) is unknown color: approx Heliotrope. HEX triplet: D4, 8F and FA. RGB value is (212,143,250). Sum of RGB (Red+Green+Blue) = 212+143+250=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #D48FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48FFA is #2B7005. Grayscale: #AFAFAF. Windows color (decimal): -2846726 or 16420820. OLE color: 16420820.

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

Color convert

RGB212143250-
CMYK0.150.4300.02
HSL278.69º91.45%77.06%-
HSV(B)278.69º42.8%98.04%-
XYZ54.2340.5495.41-
YUV175.83169.86153.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 143 (56.25% from 255) = 23.64%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=35.04%
G=23.64%
B=41.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121432500.150.4300.02278.6991.4577.06
HexD48FFAF2B021175b4d
Octal324217372175302427133115
Binary110101001000111111111010111110101101010001011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FFA; }

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

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

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

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

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

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

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

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