#d88bff

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

Shades of Heliotrope #D88BFF

Tints of Heliotrope #D88BFF

Color information

#D88BFF (or 0xD88BFF) is unknown color: approx Heliotrope. HEX triplet: D8, 8B and FF. RGB value is (216,139,255). Sum of RGB (Red+Green+Blue) = 216+139+255=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 139 (54.69% from 255 or 22.79% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #D88BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88BFF is #277400. Grayscale: #AEAEAE. Windows color (decimal): -2585601 or 16747480. OLE color: 16747480.

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

Color convert

RGB216139255-
CMYK0.150.4500
HSL279.83º100%77.25%-
HSV(B)279.83º45.49%100%-
XYZ55.640.2899.45-
YUV175.25173.01157.07-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.41%
GREEN value IS 139 (54.69% from 255) = 22.79%
BLUE value IS 255 (100% from 255) = 41.80%
R=35.41%
G=22.79%
B=41.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161392550.150.4500279.8310077.25
HexD88BFFF2D00118644d
Octal330213377175500430144115
Binary11011000100010111111111111111011010010001100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d88bff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d88bff; }

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

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

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

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

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

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

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

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