#D38DFF

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

Shades of Heliotrope #D38DFF

Tints of Heliotrope #D38DFF

Color information

#D38DFF (or 0xD38DFF) is unknown color: approx Heliotrope. HEX triplet: D3, 8D and FF. RGB value is (211,141,255). Sum of RGB (Red+Green+Blue) = 211+141+255=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #D38DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38DFF is #2C7200. Grayscale: #AEAEAE. Windows color (decimal): -2912769 or 16747987. OLE color: 16747987.

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

Color convert

RGB211141255-
CMYK0.170.4500
HSL276.84º100%77.65%-
HSV(B)276.84º44.71%100%-
XYZ54.4440.1299.48-
YUV174.93173.19153.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.76%
GREEN value IS 141 (55.47% from 255) = 23.23%
BLUE value IS 255 (100% from 255) = 42.01%
R=34.76%
G=23.23%
B=42.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111412550.170.4500276.8410077.65
HexD38DFF112D00115644e
Octal323215377215500425144116
Binary110100111000110111111111100011011010010001010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38DFF; }

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

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

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

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

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

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

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

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