Html Css Color HEX #DB6EFB Heliotrope

📋 copy color: '#DB6EFB'

red 219 ◦ green 110 ◦ blue 251

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

Shades of Heliotrope #DB6EFB

Tints of Heliotrope #DB6EFB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 18.97%

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

R = 37.76%
G = 18.97%
B = 43.28%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB6EFB (or 0xDB6EFB) is known color: Heliotrope. HEX triplet: DB, 6E and FB. RGB value is (219,110,251). Sum of RGB (Red+Green+Blue) = 219+110+251=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 110 (43.36% from 255 or 18.97% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB6EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6EFB is #249104. Grayscale: #9E9E9E. Windows color (decimal): -2396421 or 16477915. OLE color: 16477915.

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

Color convert

RGB 219 110 251 -
CMYK 0.13 0.56 0 0.02
HSL 286.38º 0.95% 0.71% -
HSV(B) 286.38º 0.56% 0.98% -
XYZ 52.2 33.18 94.92 -
YUV 158.67 180.11 171.04 -
System Red Green Blue C M Y K H S L
Decimal 219 110 251 0.13 0.56 0 0.02 286.38 0.95 0.71
Hex DB 6E FB D 38 0 2 11E 5F 47
Octal 333 156 373 15 70 0 2 436 137 107
Binary 11011011 1101110 11111011 1101 111000 0 10 100011110 1011111 1000111

Color Harmonies of #DB6EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6EFB

Black with #DB6EFB

Text Example


Text Example

White with #DB6EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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