Html Css Color HEX #DB91FC Heliotrope

📋 copy color: '#DB91FC'

red 219 ◦ green 145 ◦ blue 252

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

Shades of Heliotrope #DB91FC

Tints of Heliotrope #DB91FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.91%

R = 35.55%
G = 23.54%
B = 40.91%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB91FC (or 0xDB91FC) is known color: Heliotrope. HEX triplet: DB, 91 and FC. RGB value is (219,145,252). Sum of RGB (Red+Green+Blue) = 219+145+252=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 145 (57.03% from 255 or 23.54% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB91FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB91FC is #246E03. Grayscale: #B2B2B2. Windows color (decimal): -2387460 or 16552411. OLE color: 16552411.

HSL color Cylindrical-coordinate representation of color #DB91FC: hue angle of 281.5º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB91FC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 145 252 -
CMYK 0.13 0.42 0 0.01
HSL 281.5º 0.95% 0.78% -
HSV(B) 281.5º 0.42% 0.99% -
XYZ 56.91 42.34 97.27 -
YUV 179.32 169.02 156.3 -
System Red Green Blue C M Y K H S L
Decimal 219 145 252 0.13 0.42 0 0.01 281.5 0.95 0.78
Hex DB 91 FC D 2A 0 1 119 5F 4E
Octal 333 221 374 15 52 0 1 431 137 116
Binary 11011011 10010001 11111100 1101 101010 0 1 100011001 1011111 1001110

Color Harmonies of #DB91FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB91FC

Black with #DB91FC

Text Example


Text Example

White with #DB91FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB91FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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