Html Css Color HEX #DB6DFE Heliotrope

📋 copy color: '#DB6DFE'

red 219 ◦ green 109 ◦ blue 254

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

Shades of Heliotrope #DB6DFE

Tints of Heliotrope #DB6DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.64%

R = 37.63%
G = 18.73%
B = 43.64%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB6DFE (or 0xDB6DFE) is known color: Heliotrope. HEX triplet: DB, 6D and FE. RGB value is (219,109,254). Sum of RGB (Red+Green+Blue) = 219+109+254=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 109 (42.97% from 255 or 18.73% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB6DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6DFE is #249201. Grayscale: #9D9D9D. Windows color (decimal): -2396674 or 16674267. OLE color: 16674267.

HSL color Cylindrical-coordinate representation of color #DB6DFE: hue angle of 285.52º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB6DFE is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 109 254 -
CMYK 0.14 0.57 0 0.00
HSL 285.52º 0.99% 0.71% -
HSV(B) 285.52º 0.57% 1% -
XYZ 52.57 33.15 97.39 -
YUV 158.42 181.94 171.21 -
System Red Green Blue C M Y K H S L
Decimal 219 109 254 0.14 0.57 0 0.00 285.52 0.99 0.71
Hex DB 6D FE E 39 0 0 11E 63 47
Octal 333 155 376 16 71 0 0 436 143 107
Binary 11011011 1101101 11111110 1110 111001 0 0 100011110 1100011 1000111

Color Harmonies of #DB6DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DFE

Black with #DB6DFE

Text Example


Text Example

White with #DB6DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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