#D88BFA

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

Shades of Heliotrope #D88BFA

Tints of Heliotrope #D88BFA

Color information

#D88BFA (or 0xD88BFA) is unknown color: approx Heliotrope. HEX triplet: D8, 8B and FA. RGB value is (216,139,250). Sum of RGB (Red+Green+Blue) = 216+139+250=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 139 (54.69% from 255 or 22.98% 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 #D88BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88BFA is #277405. Grayscale: #AEAEAE. Windows color (decimal): -2585606 or 16419800. OLE color: 16419800.

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

Color convert

RGB216139250-
CMYK0.140.4400.02
HSL281.62º91.74%76.27%-
HSV(B)281.62º44.4%98.04%-
XYZ54.8139.9795.27-
YUV174.68170.51157.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.70%
GREEN value IS 139 (54.69% from 255) = 22.98%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=35.70%
G=22.98%
B=41.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161392500.140.4400.02281.6291.7476.27
HexD88BFAE2C0211a5c4c
Octal330213372165402432134114
Binary110110001000101111111010111010110001010001101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88BFA; }

 p { color: rgb(216,139,250); }

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

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

 a { background-color: rgb(216,139,250); }

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

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

 span { border-color: rgb(216,139,250); }

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