Html Css Color HEX #DB91FA Heliotrope

📋 copy color: '#DB91FA'

red 219 ◦ green 145 ◦ blue 250

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

Shades of Heliotrope #DB91FA

Tints of Heliotrope #DB91FA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 23.62%

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

R = 35.67%
G = 23.62%
B = 40.72%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB91FA (or 0xDB91FA) is known color: Heliotrope. HEX triplet: DB, 91 and FA. RGB value is (219,145,250). Sum of RGB (Red+Green+Blue) = 219+145+250=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 145 (57.03% from 255 or 23.62% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB91FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB91FA is #246E05. Grayscale: #B2B2B2. Windows color (decimal): -2387462 or 16421339. OLE color: 16421339.

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

Color convert

RGB 219 145 250 -
CMYK 0.12 0.42 0 0.02
HSL 282.29º 0.91% 0.77% -
HSV(B) 282.29º 0.42% 0.98% -
XYZ 56.59 42.21 95.61 -
YUV 179.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 219 145 250 0.12 0.42 0 0.02 282.29 0.91 0.77
Hex DB 91 FA C 2A 0 2 11A 5B 4D
Octal 333 221 372 14 52 0 2 432 133 115
Binary 11011011 10010001 11111010 1100 101010 0 10 100011010 1011011 1001101

Color Harmonies of #DB91FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB91FA

Black with #DB91FA

Text Example


Text Example

White with #DB91FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB91FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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