Html Css Color HEX #D85DF7 Heliotrope

📋 copy color: '#D85DF7'

red 216 ◦ green 93 ◦ blue 247

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

Shades of Heliotrope #D85DF7

Tints of Heliotrope #D85DF7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.73%

 BLUE value IS 247 (96.88% from 255) = 44.42%

R = 38.85%
G = 16.73%
B = 44.42%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D85DF7 (or 0xD85DF7) is known color: Heliotrope. HEX triplet: D8, 5D and F7. RGB value is (216,93,247). Sum of RGB (Red+Green+Blue) = 216+93+247=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 93 (36.72% from 255 or 16.73% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #D85DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85DF7 is #27A208. Grayscale: #929292. Windows color (decimal): -2597385 or 16211416. OLE color: 16211416.

HSL color Cylindrical-coordinate representation of color #D85DF7: hue angle of 287.92º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85DF7 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 216 93 247 -
CMYK 0.13 0.62 0 0.03
HSL 287.92º 0.91% 0.67% -
HSV(B) 287.92º 0.62% 0.97% -
XYZ 49.02 29.14 91.04 -
YUV 147.33 184.25 176.98 -
System Red Green Blue C M Y K H S L
Decimal 216 93 247 0.13 0.62 0 0.03 287.92 0.91 0.67
Hex D8 5D F7 D 3E 0 3 120 5B 43
Octal 330 135 367 15 76 0 3 440 133 103
Binary 11011000 1011101 11110111 1101 111110 0 11 100100000 1011011 1000011

Color Harmonies of #D85DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DF7

Black with #D85DF7

Text Example


Text Example

White with #D85DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DF7; }

 p { color: rgb(216,93,247); }

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

background-color css

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

 a { background-color: rgb(216,93,247); }

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

border-color css

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

 span { border-color: rgb(216,93,247); }

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