Html Css Color HEX #D85FEC Heliotrope

📋 copy color: '#D85FEC'

red 216 ◦ green 95 ◦ blue 236

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

Shades of Heliotrope #D85FEC

Tints of Heliotrope #D85FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.37%

 BLUE value IS 236 (92.58% from 255) = 43.14%

R = 39.49%
G = 17.37%
B = 43.14%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D85FEC (or 0xD85FEC) is known color: Heliotrope. HEX triplet: D8, 5F and EC. RGB value is (216,95,236). Sum of RGB (Red+Green+Blue) = 216+95+236=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #D85FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85FEC is #27A013. Grayscale: #929292. Windows color (decimal): -2596884 or 15491032. OLE color: 15491032.

HSL color Cylindrical-coordinate representation of color #D85FEC: hue angle of 291.49º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85FEC is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 95 236 -
CMYK 0.08 0.60 0 0.07
HSL 291.49º 0.79% 0.65% -
HSV(B) 291.49º 0.6% 0.93% -
XYZ 47.55 28.84 82.42 -
YUV 147.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 216 95 236 0.08 0.60 0 0.07 291.49 0.79 0.65
Hex D8 5F EC 8 3C 0 7 123 4F 41
Octal 330 137 354 10 74 0 7 443 117 101
Binary 11011000 1011111 11101100 1000 111100 0 111 100100011 1001111 1000001

Color Harmonies of #D85FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85FEC

Black with #D85FEC

Text Example


Text Example

White with #D85FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85FEC; }

 p { color: rgb(216,95,236); }

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

background-color css

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

 a { background-color: rgb(216,95,236); }

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

border-color css

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

 span { border-color: rgb(216,95,236); }

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