Html Css Color HEX #D973F0 Heliotrope

📋 copy color: '#D973F0'

red 217 ◦ green 115 ◦ blue 240

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

Shades of Heliotrope #D973F0

Tints of Heliotrope #D973F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.96%

R = 37.94%
G = 20.1%
B = 41.96%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D973F0 (or 0xD973F0) is known color: Heliotrope. HEX triplet: D9, 73 and F0. RGB value is (217,115,240). Sum of RGB (Red+Green+Blue) = 217+115+240=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 115 (45.31% from 255 or 20.10% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #D973F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D973F0 is #268C0F. Grayscale: #9F9F9F. Windows color (decimal): -2526224 or 15758297. OLE color: 15758297.

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

Color convert

RGB 217 115 240 -
CMYK 0.10 0.52 0 0.06
HSL 288.96º 0.81% 0.7% -
HSV(B) 288.96º 0.52% 0.94% -
XYZ 50.47 33.3 86.21 -
YUV 159.75 173.29 168.84 -
System Red Green Blue C M Y K H S L
Decimal 217 115 240 0.10 0.52 0 0.06 288.96 0.81 0.7
Hex D9 73 F0 A 34 0 6 121 51 46
Octal 331 163 360 12 64 0 6 441 121 106
Binary 11011001 1110011 11110000 1010 110100 0 110 100100001 1010001 1000110

Color Harmonies of #D973F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973F0

Black with #D973F0

Text Example


Text Example

White with #D973F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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