Html Css Color HEX #DB6BFE Heliotrope

📋 copy color: '#DB6BFE'

red 219 ◦ green 107 ◦ blue 254

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

Shades of Heliotrope #DB6BFE

Tints of Heliotrope #DB6BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.45%

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

R = 37.76%
G = 18.45%
B = 43.79%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB6BFE (or 0xDB6BFE) is known color: Heliotrope. HEX triplet: DB, 6B and FE. RGB value is (219,107,254). Sum of RGB (Red+Green+Blue) = 219+107+254=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 107 (42.19% from 255 or 18.45% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB6BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BFE is #249401. Grayscale: #9C9C9C. Windows color (decimal): -2397186 or 16673755. OLE color: 16673755.

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

Color convert

RGB 219 107 254 -
CMYK 0.14 0.58 0 0.00
HSL 285.71º 0.99% 0.71% -
HSV(B) 285.71º 0.58% 1% -
XYZ 52.36 32.73 97.32 -
YUV 157.25 182.61 172.05 -
System Red Green Blue C M Y K H S L
Decimal 219 107 254 0.14 0.58 0 0.00 285.71 0.99 0.71
Hex DB 6B FE E 3A 0 0 11E 63 47
Octal 333 153 376 16 72 0 0 436 143 107
Binary 11011011 1101011 11111110 1110 111010 0 0 100011110 1100011 1000111

Color Harmonies of #DB6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6BFE

Black with #DB6BFE

Text Example


Text Example

White with #DB6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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