Html Css Color HEX #DB6DEC Heliotrope

📋 copy color: '#DB6DEC'

red 219 ◦ green 109 ◦ blue 236

#DB6DEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DB6DEC

Tints of Heliotrope #DB6DEC

RGB

 RED value IS 219 (85.94% from 255) = 38.83%

 GREEN value IS 109 (42.97% from 255) = 19.33%

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 38.83%
G = 19.33%
B = 41.84%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB6DEC (or 0xDB6DEC) is known color: Heliotrope. HEX triplet: DB, 6D and EC. RGB value is (219,109,236). Sum of RGB (Red+Green+Blue) = 219+109+236=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB6DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6DEC is #249213. Grayscale: #9B9B9B. Windows color (decimal): -2396692 or 15494619. OLE color: 15494619.

HSL color Cylindrical-coordinate representation of color #DB6DEC: hue angle of 291.97º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6DEC is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 109 236 -
CMYK 0.07 0.54 0 0.07
HSL 291.97º 0.77% 0.68% -
HSV(B) 291.97º 0.54% 0.93% -
XYZ 49.82 32.05 82.92 -
YUV 156.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 219 109 236 0.07 0.54 0 0.07 291.97 0.77 0.68
Hex DB 6D EC 7 36 0 7 124 4D 44
Octal 333 155 354 7 66 0 7 444 115 104
Binary 11011011 1101101 11101100 111 110110 0 111 100100100 1001101 1000100

Color Harmonies of #DB6DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DEC

Black with #DB6DEC

Text Example


Text Example

White with #DB6DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DEC; }

 p { color: rgb(219,109,236); }

 H1.HeaderClassName
 {
   color: #DB6DEC;
 }
 .AnyTagClassName
 {
   color: #DB6DEC;
 }
</style>

background-color css

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

 a { background-color: rgb(219,109,236); }

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

border-color css

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

 span { border-color: rgb(219,109,236); }

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