Html Css Color HEX #DB6BEB Heliotrope

📋 copy color: '#DB6BEB'

red 219 ◦ green 107 ◦ blue 235

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

Shades of Heliotrope #DB6BEB

Tints of Heliotrope #DB6BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.07%

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 39.04%
G = 19.07%
B = 41.89%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB6BEB (or 0xDB6BEB) is known color: Heliotrope. HEX triplet: DB, 6B and EB. RGB value is (219,107,235). Sum of RGB (Red+Green+Blue) = 219+107+235=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB6BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BEB is #249414. Grayscale: #9A9A9A. Windows color (decimal): -2397205 or 15428571. OLE color: 15428571.

HSL color Cylindrical-coordinate representation of color #DB6BEB: hue angle of 292.5º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6BEB is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 107 235 -
CMYK 0.07 0.54 0 0.08
HSL 292.5º 0.76% 0.67% -
HSV(B) 292.5º 0.54% 0.92% -
XYZ 49.47 31.57 82.08 -
YUV 155.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 219 107 235 0.07 0.54 0 0.08 292.5 0.76 0.67
Hex DB 6B EB 7 36 0 8 124 4C 43
Octal 333 153 353 7 66 0 10 444 114 103
Binary 11011011 1101011 11101011 111 110110 0 1000 100100100 1001100 1000011

Color Harmonies of #DB6BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BEB

Black with #DB6BEB

Text Example


Text Example

White with #DB6BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BEB; }

 p { color: rgb(219,107,235); }

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

background-color css

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

 a { background-color: rgb(219,107,235); }

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

border-color css

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

 span { border-color: rgb(219,107,235); }

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