Html Css Color HEX #DB6AFB Heliotrope

📋 copy color: '#DB6AFB'

red 219 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #DB6AFB

Tints of Heliotrope #DB6AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.4%

 BLUE value IS 251 (98.44% from 255) = 43.58%

R = 38.02%
G = 18.4%
B = 43.58%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB6AFB (or 0xDB6AFB) is known color: Heliotrope. HEX triplet: DB, 6A and FB. RGB value is (219,106,251). Sum of RGB (Red+Green+Blue) = 219+106+251=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 106 (41.80% from 255 or 18.40% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB6AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6AFB is #249504. Grayscale: #9B9B9B. Windows color (decimal): -2397445 or 16476891. OLE color: 16476891.

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

Color convert

RGB 219 106 251 -
CMYK 0.13 0.58 0 0.02
HSL 286.76º 0.95% 0.7% -
HSV(B) 286.76º 0.58% 0.98% -
XYZ 51.78 32.33 94.78 -
YUV 156.32 181.44 172.71 -
System Red Green Blue C M Y K H S L
Decimal 219 106 251 0.13 0.58 0 0.02 286.76 0.95 0.7
Hex DB 6A FB D 3A 0 2 11F 5F 46
Octal 333 152 373 15 72 0 2 437 137 106
Binary 11011011 1101010 11111011 1101 111010 0 10 100011111 1011111 1000110

Color Harmonies of #DB6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6AFB

Black with #DB6AFB

Text Example


Text Example

White with #DB6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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