Html Css Color HEX #D86DF1 Heliotrope

📋 copy color: '#D86DF1'

red 216 ◦ green 109 ◦ blue 241

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

Shades of Heliotrope #D86DF1

Tints of Heliotrope #D86DF1

RGB

 RED value IS 216 (84.77% from 255) = 38.16%

 GREEN value IS 109 (42.97% from 255) = 19.26%

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

R = 38.16%
G = 19.26%
B = 42.58%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D86DF1 (or 0xD86DF1) is known color: Heliotrope. HEX triplet: D8, 6D and F1. RGB value is (216,109,241). Sum of RGB (Red+Green+Blue) = 216+109+241=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #D86DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D86DF1 is #27920E. Grayscale: #9B9B9B. Windows color (decimal): -2593295 or 15822296. OLE color: 15822296.

HSL color Cylindrical-coordinate representation of color #D86DF1: hue angle of 288.64º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D86DF1 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 109 241 -
CMYK 0.10 0.55 0 0.05
HSL 288.64º 0.83% 0.69% -
HSV(B) 288.64º 0.55% 0.95% -
XYZ 49.66 31.89 86.76 -
YUV 156.04 175.95 170.77 -
System Red Green Blue C M Y K H S L
Decimal 216 109 241 0.10 0.55 0 0.05 288.64 0.83 0.69
Hex D8 6D F1 A 37 0 5 121 52 45
Octal 330 155 361 12 67 0 5 441 122 105
Binary 11011000 1101101 11110001 1010 110111 0 101 100100001 1010010 1000101

Color Harmonies of #D86DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86DF1

Black with #D86DF1

Text Example


Text Example

White with #D86DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86DF1; }

 p { color: rgb(216,109,241); }

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

background-color css

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

 a { background-color: rgb(216,109,241); }

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

border-color css

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

 span { border-color: rgb(216,109,241); }

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