Html Css Color HEX #DB6DFC Heliotrope

📋 copy color: '#DB6DFC'

red 219 ◦ green 109 ◦ blue 252

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

Shades of Heliotrope #DB6DFC

Tints of Heliotrope #DB6DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.45%

R = 37.76%
G = 18.79%
B = 43.45%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB6DFC (or 0xDB6DFC) is known color: Heliotrope. HEX triplet: DB, 6D and FC. RGB value is (219,109,252). Sum of RGB (Red+Green+Blue) = 219+109+252=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 109 (42.97% from 255 or 18.79% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB6DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6DFC is #249203. Grayscale: #9D9D9D. Windows color (decimal): -2396676 or 16543195. OLE color: 16543195.

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

Color convert

RGB 219 109 252 -
CMYK 0.13 0.57 0 0.01
HSL 286.15º 0.96% 0.71% -
HSV(B) 286.15º 0.57% 0.99% -
XYZ 52.25 33.03 95.72 -
YUV 158.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 219 109 252 0.13 0.57 0 0.01 286.15 0.96 0.71
Hex DB 6D FC D 39 0 1 11E 60 47
Octal 333 155 374 15 71 0 1 436 140 107
Binary 11011011 1101101 11111100 1101 111001 0 1 100011110 1100000 1000111

Color Harmonies of #DB6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6DFC

Black with #DB6DFC

Text Example


Text Example

White with #DB6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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