Html Css Color HEX #D85FED Heliotrope

📋 copy color: '#D85FED'

red 216 ◦ green 95 ◦ blue 237

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

Shades of Heliotrope #D85FED

Tints of Heliotrope #D85FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 39.42%
G = 17.34%
B = 43.25%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D85FED (or 0xD85FED) is known color: Heliotrope. HEX triplet: D8, 5F and ED. RGB value is (216,95,237). Sum of RGB (Red+Green+Blue) = 216+95+237=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #D85FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85FED is #27A012. Grayscale: #929292. Windows color (decimal): -2596883 or 15556568. OLE color: 15556568.

HSL color Cylindrical-coordinate representation of color #D85FED: hue angle of 291.13º degrees, saturation: 0.8, 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 #D85FED is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 95 237 -
CMYK 0.09 0.60 0 0.07
HSL 291.13º 0.8% 0.65% -
HSV(B) 291.13º 0.6% 0.93% -
XYZ 47.7 28.9 83.18 -
YUV 147.37 178.59 176.95 -
System Red Green Blue C M Y K H S L
Decimal 216 95 237 0.09 0.60 0 0.07 291.13 0.8 0.65
Hex D8 5F ED 9 3C 0 7 123 50 41
Octal 330 137 355 11 74 0 7 443 120 101
Binary 11011000 1011111 11101101 1001 111100 0 111 100100011 1010000 1000001

Color Harmonies of #D85FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85FED

Black with #D85FED

Text Example


Text Example

White with #D85FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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