Html Css Color HEX #DB8EFA Heliotrope

📋 copy color: '#DB8EFA'

red 219 ◦ green 142 ◦ blue 250

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

Shades of Heliotrope #DB8EFA

Tints of Heliotrope #DB8EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.92%

R = 35.84%
G = 23.24%
B = 40.92%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB8EFA (or 0xDB8EFA) is known color: Heliotrope. HEX triplet: DB, 8E and FA. RGB value is (219,142,250). Sum of RGB (Red+Green+Blue) = 219+142+250=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 142 (55.86% from 255 or 23.24% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB8EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8EFA is #247105. Grayscale: #B0B0B0. Windows color (decimal): -2388230 or 16420571. OLE color: 16420571.

HSL color Cylindrical-coordinate representation of color #DB8EFA: hue angle of 282.78º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB8EFA is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 142 250 -
CMYK 0.12 0.43 0 0.02
HSL 282.78º 0.92% 0.77% -
HSV(B) 282.78º 0.43% 0.98% -
XYZ 56.14 41.31 95.46 -
YUV 177.34 169.01 157.72 -
System Red Green Blue C M Y K H S L
Decimal 219 142 250 0.12 0.43 0 0.02 282.78 0.92 0.77
Hex DB 8E FA C 2B 0 2 11B 5C 4D
Octal 333 216 372 14 53 0 2 433 134 115
Binary 11011011 10001110 11111010 1100 101011 0 10 100011011 1011100 1001101

Color Harmonies of #DB8EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8EFA

Black with #DB8EFA

Text Example


Text Example

White with #DB8EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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