Html Css Color HEX #DB6FFE Heliotrope

📋 copy color: '#DB6FFE'

red 219 ◦ green 111 ◦ blue 254

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

Shades of Heliotrope #DB6FFE

Tints of Heliotrope #DB6FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.01%

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

R = 37.5%
G = 19.01%
B = 43.49%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB6FFE (or 0xDB6FFE) is known color: Heliotrope. HEX triplet: DB, 6F and FE. RGB value is (219,111,254). Sum of RGB (Red+Green+Blue) = 219+111+254=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB6FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6FFE is #249001. Grayscale: #9F9F9F. Windows color (decimal): -2396162 or 16674779. OLE color: 16674779.

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

Color convert

RGB 219 111 254 -
CMYK 0.14 0.56 0 0.00
HSL 285.31º 0.99% 0.72% -
HSV(B) 285.31º 0.56% 1% -
XYZ 52.79 33.58 97.47 -
YUV 159.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 219 111 254 0.14 0.56 0 0.00 285.31 0.99 0.72
Hex DB 6F FE E 38 0 0 11D 63 48
Octal 333 157 376 16 70 0 0 435 143 110
Binary 11011011 1101111 11111110 1110 111000 0 0 100011101 1100011 1001000

Color Harmonies of #DB6FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6FFE

Black with #DB6FFE

Text Example


Text Example

White with #DB6FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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