#D38DFE

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

Shades of Heliotrope #D38DFE

Tints of Heliotrope #D38DFE

Color information

#D38DFE (or 0xD38DFE) is unknown color: approx Heliotrope. HEX triplet: D3, 8D and FE. RGB value is (211,141,254). Sum of RGB (Red+Green+Blue) = 211+141+254=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 141 (55.47% from 255 or 23.27% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #D38DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38DFE is #2C7201. Grayscale: #AEAEAE. Windows color (decimal): -2912770 or 16682451. OLE color: 16682451.

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

Color convert

RGB211141254-
CMYK0.170.4400.00
HSL277.17º98.26%77.45%-
HSV(B)277.17º44.49%99.61%-
XYZ54.2840.0598.64-
YUV174.81172.69153.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.82%
GREEN value IS 141 (55.47% from 255) = 23.27%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=34.82%
G=23.27%
B=41.91%

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
Decimal2111412540.170.4400.00277.1798.2677.45
HexD38DFE112C00115624d
Octal323215376215400425142115
Binary110100111000110111111110100011011000010001010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38DFE; }

 p { color: rgb(211,141,254); }

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

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

 a { background-color: rgb(211,141,254); }

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

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

 span { border-color: rgb(211,141,254); }

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