Html Css Color HEX #D85EF6 Heliotrope

📋 copy color: '#D85EF6'

red 216 ◦ green 94 ◦ blue 246

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

Shades of Heliotrope #D85EF6

Tints of Heliotrope #D85EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.24%

R = 38.85%
G = 16.91%
B = 44.24%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D85EF6 (or 0xD85EF6) is known color: Heliotrope. HEX triplet: D8, 5E and F6. RGB value is (216,94,246). Sum of RGB (Red+Green+Blue) = 216+94+246=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 94 (37.11% from 255 or 16.91% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #D85EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85EF6 is #27A109. Grayscale: #939393. Windows color (decimal): -2597130 or 16146136. OLE color: 16146136.

HSL color Cylindrical-coordinate representation of color #D85EF6: hue angle of 288.16º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85EF6 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 94 246 -
CMYK 0.12 0.62 0 0.04
HSL 288.16º 0.89% 0.67% -
HSV(B) 288.16º 0.62% 0.96% -
XYZ 48.96 29.26 90.26 -
YUV 147.81 183.42 176.64 -
System Red Green Blue C M Y K H S L
Decimal 216 94 246 0.12 0.62 0 0.04 288.16 0.89 0.67
Hex D8 5E F6 C 3E 0 4 120 59 43
Octal 330 136 366 14 76 0 4 440 131 103
Binary 11011000 1011110 11110110 1100 111110 0 100 100100000 1011001 1000011

Color Harmonies of #D85EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85EF6

Black with #D85EF6

Text Example


Text Example

White with #D85EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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