Html Css Color HEX #D85EF4 Heliotrope

📋 copy color: '#D85EF4'

red 216 ◦ green 94 ◦ blue 244

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

Shades of Heliotrope #D85EF4

Tints of Heliotrope #D85EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.04%

R = 38.99%
G = 16.97%
B = 44.04%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D85EF4 (or 0xD85EF4) is known color: Heliotrope. HEX triplet: D8, 5E and F4. RGB value is (216,94,244). Sum of RGB (Red+Green+Blue) = 216+94+244=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 94 (37.11% from 255 or 16.97% from 554); Blue value is 244 (95.70% from 255 or 44.04% from 554); Max value from RGB is 244 - color contains mainly: blue. Hex color #D85EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85EF4 is #27A10B. Grayscale: #939393. Windows color (decimal): -2597132 or 16015064. OLE color: 16015064.

HSL color Cylindrical-coordinate representation of color #D85EF4: hue angle of 288.8º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85EF4 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 94 244 -
CMYK 0.11 0.61 0 0.04
HSL 288.8º 0.87% 0.66% -
HSV(B) 288.8º 0.61% 0.96% -
XYZ 48.65 29.14 88.65 -
YUV 147.58 182.42 176.8 -
System Red Green Blue C M Y K H S L
Decimal 216 94 244 0.11 0.61 0 0.04 288.8 0.87 0.66
Hex D8 5E F4 B 3D 0 4 121 57 42
Octal 330 136 364 13 75 0 4 441 127 102
Binary 11011000 1011110 11110100 1011 111101 0 100 100100001 1010111 1000010

Color Harmonies of #D85EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85EF4

Black with #D85EF4

Text Example


Text Example

White with #D85EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85EF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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