#DA8BFB

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

Shades of Heliotrope #DA8BFB

Tints of Heliotrope #DA8BFB

Color information

#DA8BFB (or 0xDA8BFB) is unknown color: approx Heliotrope. HEX triplet: DA, 8B and FB. RGB value is (218,139,251). Sum of RGB (Red+Green+Blue) = 218+139+251=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 139 (54.69% from 255 or 22.86% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA8BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8BFB is #257404. Grayscale: #AFAFAF. Windows color (decimal): -2454533 or 16485338. OLE color: 16485338.

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

Color convert

RGB218139251-
CMYK0.130.4500.02
HSL282.32º93.33%76.47%-
HSV(B)282.32º44.62%98.43%-
XYZ55.5640.3496.12-
YUV175.39170.67158.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 139 (54.69% from 255) = 22.86%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=35.86%
G=22.86%
B=41.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181392510.130.4500.02282.3293.3376.47
HexDA8BFBD2D0211a5d4c
Octal332213373155502432135114
Binary110110101000101111111011110110110101010001101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8BFB; }

 p { color: rgb(218,139,251); }

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

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

 a { background-color: rgb(218,139,251); }

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

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

 span { border-color: rgb(218,139,251); }

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