#D48FFE

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

Shades of Heliotrope #D48FFE

Tints of Heliotrope #D48FFE

Color information

#D48FFE (or 0xD48FFE) is unknown color: approx Heliotrope. HEX triplet: D4, 8F and FE. RGB value is (212,143,254). Sum of RGB (Red+Green+Blue) = 212+143+254=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #D48FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48FFE is #2B7001. Grayscale: #AFAFAF. Windows color (decimal): -2846722 or 16682964. OLE color: 16682964.

HSL color Cylindrical-coordinate representation of color #D48FFE: hue angle of 277.3º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48FFE is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB212143254-
CMYK0.170.4400.00
HSL277.3º98.23%77.84%-
HSV(B)277.3º43.7%99.61%-
XYZ54.8640.898.75-
YUV176.28171.86153.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.81%
GREEN value IS 143 (56.25% from 255) = 23.48%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=34.81%
G=23.48%
B=41.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2121432540.170.4400.00277.398.2377.84
HexD48FFE112C00115624e
Octal324217376215400425142116
Binary110101001000111111111110100011011000010001010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FFE; }

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

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

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

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

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

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

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

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