Html Css Color HEX #DB86F1 Heliotrope

📋 copy color: '#DB86F1'

red 219 ◦ green 134 ◦ blue 241

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

Shades of Heliotrope #DB86F1

Tints of Heliotrope #DB86F1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.56%

 BLUE value IS 241 (94.53% from 255) = 40.57%

R = 36.87%
G = 22.56%
B = 40.57%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB86F1 (or 0xDB86F1) is known color: Heliotrope. HEX triplet: DB, 86 and F1. RGB value is (219,134,241). Sum of RGB (Red+Green+Blue) = 219+134+241=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 134 (52.73% from 255 or 22.56% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB86F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB86F1 is #24790E. Grayscale: #ABABAB. Windows color (decimal): -2390287 or 15828699. OLE color: 15828699.

HSL color Cylindrical-coordinate representation of color #DB86F1: hue angle of 287.66º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB86F1 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 134 241 -
CMYK 0.09 0.44 0 0.05
HSL 287.66º 0.79% 0.74% -
HSV(B) 287.66º 0.44% 0.95% -
XYZ 53.62 38.46 87.82 -
YUV 171.61 167.16 161.8 -
System Red Green Blue C M Y K H S L
Decimal 219 134 241 0.09 0.44 0 0.05 287.66 0.79 0.74
Hex DB 86 F1 9 2C 0 5 120 4F 4A
Octal 333 206 361 11 54 0 5 440 117 112
Binary 11011011 10000110 11110001 1001 101100 0 101 100100000 1001111 1001010

Color Harmonies of #DB86F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB86F1

Black with #DB86F1

Text Example


Text Example

White with #DB86F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB86F1; }

 p { color: rgb(219,134,241); }

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

background-color css

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

 a { background-color: rgb(219,134,241); }

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

border-color css

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

 span { border-color: rgb(219,134,241); }

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