Html Css Color HEX #DB6EFC Heliotrope

📋 copy color: '#DB6EFC'

red 219 ◦ green 110 ◦ blue 252

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

Shades of Heliotrope #DB6EFC

Tints of Heliotrope #DB6EFC

RGB

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

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

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

R = 37.69%
G = 18.93%
B = 43.37%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB6EFC (or 0xDB6EFC) is known color: Heliotrope. HEX triplet: DB, 6E and FC. RGB value is (219,110,252). Sum of RGB (Red+Green+Blue) = 219+110+252=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 110 (43.36% from 255 or 18.93% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB6EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6EFC is #249103. Grayscale: #9E9E9E. Windows color (decimal): -2396420 or 16543451. OLE color: 16543451.

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

Color convert

RGB 219 110 252 -
CMYK 0.13 0.56 0 0.01
HSL 286.06º 0.96% 0.71% -
HSV(B) 286.06º 0.56% 0.99% -
XYZ 52.36 33.24 95.75 -
YUV 158.78 180.61 170.95 -
System Red Green Blue C M Y K H S L
Decimal 219 110 252 0.13 0.56 0 0.01 286.06 0.96 0.71
Hex DB 6E FC D 38 0 1 11E 60 47
Octal 333 156 374 15 70 0 1 436 140 107
Binary 11011011 1101110 11111100 1101 111000 0 1 100011110 1100000 1000111

Color Harmonies of #DB6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6EFC

Black with #DB6EFC

Text Example


Text Example

White with #DB6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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