Html Css Color HEX #DB8EFF Heliotrope

📋 copy color: '#DB8EFF'

red 219 ◦ green 142 ◦ blue 255

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

Shades of Heliotrope #DB8EFF

Tints of Heliotrope #DB8EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.05%

 BLUE value IS 255 (100% from 255) = 41.4%

R = 35.55%
G = 23.05%
B = 41.4%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB8EFF (or 0xDB8EFF) is known color: Heliotrope. HEX triplet: DB, 8E and FF. RGB value is (219,142,255). Sum of RGB (Red+Green+Blue) = 219+142+255=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 142 (55.86% from 255 or 23.05% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB8EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8EFF is #247100. Grayscale: #B1B1B1. Windows color (decimal): -2388225 or 16748251. OLE color: 16748251.

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

Color convert

RGB 219 142 255 -
CMYK 0.14 0.44 0 0
HSL 280.88º 1% 0.78% -
HSV(B) 280.88º 0.44% 1% -
XYZ 56.94 41.63 99.64 -
YUV 177.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 219 142 255 0.14 0.44 0 0 280.88 1 0.78
Hex DB 8E FF E 2C 0 0 119 64 4E
Octal 333 216 377 16 54 0 0 431 144 116
Binary 11011011 10001110 11111111 1110 101100 0 0 100011001 1100100 1001110

Color Harmonies of #DB8EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8EFF

Black with #DB8EFF

Text Example


Text Example

White with #DB8EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8EFF; }

 p { color: rgb(219,142,255); }

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

background-color css

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

 a { background-color: rgb(219,142,255); }

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

border-color css

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

 span { border-color: rgb(219,142,255); }

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