#DB6CFB

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

Shades of Heliotrope #DB6CFB

Tints of Heliotrope #DB6CFB

Color information

#DB6CFB (or 0xDB6CFB) is unknown color: approx Heliotrope. HEX triplet: DB, 6C and FB. RGB value is (219,108,251). Sum of RGB (Red+Green+Blue) = 219+108+251=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 108 (42.58% from 255 or 18.69% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB6CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6CFB is #249304. Grayscale: #9D9D9D. Windows color (decimal): -2396933 or 16477403. OLE color: 16477403.

HSL color Cylindrical-coordinate representation of color #DB6CFB: hue angle of 286.57º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB6CFB is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219108251-
CMYK0.130.5700.02
HSL286.57º94.7%70.39%-
HSV(B)286.57º56.97%98.43%-
XYZ51.9932.7594.85-
YUV157.49180.77171.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.89%
GREEN value IS 108 (42.58% from 255) = 18.69%
BLUE value IS 251 (98.44% from 255) = 43.43%
R=37.89%
G=18.69%
B=43.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191082510.130.5700.02286.5794.770.39
HexDB6CFBD390211f5f46
Octal333154373157102437137106
Binary11011011110110011111011110111100101010001111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6CFB; }

 p { color: rgb(219,108,251); }

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

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

 a { background-color: rgb(219,108,251); }

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

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

 span { border-color: rgb(219,108,251); }

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