Html Css Color HEX #D85DF1 Heliotrope

📋 copy color: '#D85DF1'

red 216 ◦ green 93 ◦ blue 241

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

Shades of Heliotrope #D85DF1

Tints of Heliotrope #D85DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.82%

R = 39.27%
G = 16.91%
B = 43.82%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D85DF1 (or 0xD85DF1) is known color: Heliotrope. HEX triplet: D8, 5D and F1. RGB value is (216,93,241). Sum of RGB (Red+Green+Blue) = 216+93+241=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 93 (36.72% from 255 or 16.91% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #D85DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85DF1 is #27A20E. Grayscale: #929292. Windows color (decimal): -2597391 or 15818200. OLE color: 15818200.

HSL color Cylindrical-coordinate representation of color #D85DF1: hue angle of 289.86º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85DF1 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 93 241 -
CMYK 0.10 0.61 0 0.05
HSL 289.86º 0.84% 0.65% -
HSV(B) 289.86º 0.61% 0.95% -
XYZ 48.11 28.78 86.24 -
YUV 146.65 181.25 177.47 -
System Red Green Blue C M Y K H S L
Decimal 216 93 241 0.10 0.61 0 0.05 289.86 0.84 0.65
Hex D8 5D F1 A 3D 0 5 122 54 41
Octal 330 135 361 12 75 0 5 442 124 101
Binary 11011000 1011101 11110001 1010 111101 0 101 100100010 1010100 1000001

Color Harmonies of #D85DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DF1

Black with #D85DF1

Text Example


Text Example

White with #D85DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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