Html Css Color HEX #D973F1 Heliotrope

📋 copy color: '#D973F1'

red 217 ◦ green 115 ◦ blue 241

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

Shades of Heliotrope #D973F1

Tints of Heliotrope #D973F1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.07%

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

R = 37.87%
G = 20.07%
B = 42.06%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D973F1 (or 0xD973F1) is known color: Heliotrope. HEX triplet: D9, 73 and F1. RGB value is (217,115,241). Sum of RGB (Red+Green+Blue) = 217+115+241=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #D973F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D973F1 is #268C0E. Grayscale: #9F9F9F. Windows color (decimal): -2526223 or 15823833. OLE color: 15823833.

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

Color convert

RGB 217 115 241 -
CMYK 0.10 0.52 0 0.05
HSL 288.57º 0.82% 0.7% -
HSV(B) 288.57º 0.52% 0.95% -
XYZ 50.62 33.36 86.99 -
YUV 159.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 217 115 241 0.10 0.52 0 0.05 288.57 0.82 0.7
Hex D9 73 F1 A 34 0 5 121 52 46
Octal 331 163 361 12 64 0 5 441 122 106
Binary 11011001 1110011 11110001 1010 110100 0 101 100100001 1010010 1000110

Color Harmonies of #D973F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973F1

Black with #D973F1

Text Example


Text Example

White with #D973F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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