Html Css Color HEX #D95DF1 Heliotrope

📋 copy color: '#D95DF1'

red 217 ◦ green 93 ◦ blue 241

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

Shades of Heliotrope #D95DF1

Tints of Heliotrope #D95DF1

RGB

 RED value IS 217 (85.16% from 255) = 39.38%

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

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

R = 39.38%
G = 16.88%
B = 43.74%

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

#D95DF1 (or 0xD95DF1) is known color: Heliotrope. HEX triplet: D9, 5D and F1. RGB value is (217,93,241). Sum of RGB (Red+Green+Blue) = 217+93+241=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 93 (36.72% from 255 or 16.88% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #D95DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95DF1 is #26A20E. Grayscale: #929292. Windows color (decimal): -2531855 or 15818201. OLE color: 15818201.

HSL color Cylindrical-coordinate representation of color #D95DF1: hue angle of 290.27º 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 #D95DF1 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 93 241 -
CMYK 0.10 0.61 0 0.05
HSL 290.27º 0.84% 0.65% -
HSV(B) 290.27º 0.61% 0.95% -
XYZ 48.41 28.93 86.25 -
YUV 146.95 181.08 177.97 -
System Red Green Blue C M Y K H S L
Decimal 217 93 241 0.10 0.61 0 0.05 290.27 0.84 0.65
Hex D9 5D F1 A 3D 0 5 122 54 41
Octal 331 135 361 12 75 0 5 442 124 101
Binary 11011001 1011101 11110001 1010 111101 0 101 100100010 1010100 1000001

Color Harmonies of #D95DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95DF1

Black with #D95DF1

Text Example


Text Example

White with #D95DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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