Html Css Color HEX #D16EF1 Heliotrope

📋 copy color: '#D16EF1'

red 209 ◦ green 110 ◦ blue 241

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

Shades of Heliotrope #D16EF1

Tints of Heliotrope #D16EF1

RGB

 RED value IS 209 (82.03% from 255) = 37.32%

 GREEN value IS 110 (43.36% from 255) = 19.64%

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

R = 37.32%
G = 19.64%
B = 43.04%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D16EF1 (or 0xD16EF1) is known color: Heliotrope. HEX triplet: D1, 6E and F1. RGB value is (209,110,241). Sum of RGB (Red+Green+Blue) = 209+110+241=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #D16EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16EF1 is #2E910E. Grayscale: #9A9A9A. Windows color (decimal): -3051791 or 15822545. OLE color: 15822545.

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

Color convert

RGB 209 110 241 -
CMYK 0.13 0.54 0 0.05
HSL 285.34º 0.82% 0.69% -
HSV(B) 285.34º 0.54% 0.95% -
XYZ 47.75 31.06 86.7 -
YUV 154.54 176.8 166.85 -
System Red Green Blue C M Y K H S L
Decimal 209 110 241 0.13 0.54 0 0.05 285.34 0.82 0.69
Hex D1 6E F1 D 36 0 5 11D 52 45
Octal 321 156 361 15 66 0 5 435 122 105
Binary 11010001 1101110 11110001 1101 110110 0 101 100011101 1010010 1000101

Color Harmonies of #D16EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16EF1

Black with #D16EF1

Text Example


Text Example

White with #D16EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16EF1; }

 p { color: rgb(209,110,241); }

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

background-color css

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

 a { background-color: rgb(209,110,241); }

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

border-color css

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

 span { border-color: rgb(209,110,241); }

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