Html Css Color HEX #D85EF1 Heliotrope

📋 copy color: '#D85EF1'

red 216 ◦ green 94 ◦ blue 241

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

Shades of Heliotrope #D85EF1

Tints of Heliotrope #D85EF1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.06%

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

R = 39.2%
G = 17.06%
B = 43.74%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D85EF1 (or 0xD85EF1) is known color: Heliotrope. HEX triplet: D8, 5E and F1. RGB value is (216,94,241). Sum of RGB (Red+Green+Blue) = 216+94+241=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 94 (37.11% from 255 or 17.06% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #D85EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85EF1 is #27A10E. Grayscale: #929292. Windows color (decimal): -2597135 or 15818456. OLE color: 15818456.

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

Color convert

RGB 216 94 241 -
CMYK 0.10 0.61 0 0.05
HSL 289.8º 0.84% 0.66% -
HSV(B) 289.8º 0.61% 0.95% -
XYZ 48.2 28.96 86.27 -
YUV 147.24 180.92 177.05 -
System Red Green Blue C M Y K H S L
Decimal 216 94 241 0.10 0.61 0 0.05 289.8 0.84 0.66
Hex D8 5E F1 A 3D 0 5 122 54 42
Octal 330 136 361 12 75 0 5 442 124 102
Binary 11011000 1011110 11110001 1010 111101 0 101 100100010 1010100 1000010

Color Harmonies of #D85EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85EF1

Black with #D85EF1

Text Example


Text Example

White with #D85EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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