#D38AFB

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

Shades of Heliotrope #D38AFB

Tints of Heliotrope #D38AFB

Color information

#D38AFB (or 0xD38AFB) is unknown color: approx Heliotrope. HEX triplet: D3, 8A and FB. RGB value is (211,138,251). Sum of RGB (Red+Green+Blue) = 211+138+251=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #D38AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38AFB is #2C7504. Grayscale: #ACACAC. Windows color (decimal): -2913541 or 16485075. OLE color: 16485075.

HSL color Cylindrical-coordinate representation of color #D38AFB: hue angle of 278.76º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D38AFB is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211138251-
CMYK0.160.4500.02
HSL278.76º93.39%76.27%-
HSV(B)278.76º45.02%98.43%-
XYZ53.3738.9995.98-
YUV172.71172.18155.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.17%
GREEN value IS 138 (54.30% from 255) = 23%
BLUE value IS 251 (98.44% from 255) = 41.83%
R=35.17%
G=23%
B=41.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111382510.160.4500.02278.7693.3976.27
HexD38AFB102D021175d4c
Octal323212373205502427135114
Binary1101001110001010111110111000010110101010001011110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38AFB; }

 p { color: rgb(211,138,251); }

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

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

 a { background-color: rgb(211,138,251); }

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

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

 span { border-color: rgb(211,138,251); }

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