Html Css Color HEX #DB8EF4 Heliotrope

📋 copy color: '#DB8EF4'

red 219 ◦ green 142 ◦ blue 244

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

Shades of Heliotrope #DB8EF4

Tints of Heliotrope #DB8EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.33%

R = 36.2%
G = 23.47%
B = 40.33%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DB8EF4 (or 0xDB8EF4) is known color: Heliotrope. HEX triplet: DB, 8E and F4. RGB value is (219,142,244). Sum of RGB (Red+Green+Blue) = 219+142+244=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB8EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8EF4 is #24710B. Grayscale: #B0B0B0. Windows color (decimal): -2388236 or 16027355. OLE color: 16027355.

HSL color Cylindrical-coordinate representation of color #DB8EF4: hue angle of 285.29º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB8EF4 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 142 244 -
CMYK 0.10 0.42 0 0.04
HSL 285.29º 0.82% 0.76% -
HSV(B) 285.29º 0.42% 0.96% -
XYZ 55.22 40.94 90.58 -
YUV 176.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 219 142 244 0.10 0.42 0 0.04 285.29 0.82 0.76
Hex DB 8E F4 A 2A 0 4 11D 52 4C
Octal 333 216 364 12 52 0 4 435 122 114
Binary 11011011 10001110 11110100 1010 101010 0 100 100011101 1010010 1001100

Color Harmonies of #DB8EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8EF4

Black with #DB8EF4

Text Example


Text Example

White with #DB8EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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