#DB8BFF

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

Shades of Heliotrope #DB8BFF

Tints of Heliotrope #DB8BFF

Color information

#DB8BFF (or 0xDB8BFF) is unknown color: approx Heliotrope. HEX triplet: DB, 8B and FF. RGB value is (219,139,255). Sum of RGB (Red+Green+Blue) = 219+139+255=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 139 (54.69% from 255 or 22.68% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB8BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8BFF is #247400. Grayscale: #AFAFAF. Windows color (decimal): -2388993 or 16747483. OLE color: 16747483.

HSL color Cylindrical-coordinate representation of color #DB8BFF: hue angle of 281.38º 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 #DB8BFF is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB219139255-
CMYK0.140.4500
HSL281.38º100%77.25%-
HSV(B)281.38º45.49%100%-
XYZ56.540.7599.49-
YUV176.14172.5158.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 139 (54.69% from 255) = 22.68%
BLUE value IS 255 (100% from 255) = 41.60%
R=35.73%
G=22.68%
B=41.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191392550.140.4500281.3810077.25
HexDB8BFFE2D00119644d
Octal333213377165500431144115
Binary11011011100010111111111111101011010010001100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8BFF; }

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

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

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

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

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

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

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

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