Html Css Color HEX #DB5BF6 Heliotrope

📋 copy color: '#DB5BF6'

red 219 ◦ green 91 ◦ blue 246

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

Shades of Heliotrope #DB5BF6

Tints of Heliotrope #DB5BF6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.37%

 BLUE value IS 246 (96.48% from 255) = 44.24%

R = 39.39%
G = 16.37%
B = 44.24%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB5BF6 (or 0xDB5BF6) is known color: Heliotrope. HEX triplet: DB, 5B and F6. RGB value is (219,91,246). Sum of RGB (Red+Green+Blue) = 219+91+246=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 91 (35.94% from 255 or 16.37% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB5BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5BF6 is #24A409. Grayscale: #929292. Windows color (decimal): -2401290 or 16145371. OLE color: 16145371.

HSL color Cylindrical-coordinate representation of color #DB5BF6: hue angle of 289.55º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5BF6 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 91 246 -
CMYK 0.11 0.63 0 0.04
HSL 289.55º 0.9% 0.66% -
HSV(B) 289.55º 0.63% 0.96% -
XYZ 49.59 29.2 90.21 -
YUV 146.94 183.91 179.4 -
System Red Green Blue C M Y K H S L
Decimal 219 91 246 0.11 0.63 0 0.04 289.55 0.9 0.66
Hex DB 5B F6 B 3F 0 4 122 5A 42
Octal 333 133 366 13 77 0 4 442 132 102
Binary 11011011 1011011 11110110 1011 111111 0 100 100100010 1011010 1000010

Color Harmonies of #DB5BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5BF6

Black with #DB5BF6

Text Example


Text Example

White with #DB5BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5BF6; }

 p { color: rgb(219,91,246); }

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

background-color css

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

 a { background-color: rgb(219,91,246); }

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

border-color css

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

 span { border-color: rgb(219,91,246); }

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