Html Css Color HEX #D973FA Heliotrope

📋 copy color: '#D973FA'

red 217 ◦ green 115 ◦ blue 250

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

Shades of Heliotrope #D973FA

Tints of Heliotrope #D973FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.96%

R = 37.29%
G = 19.76%
B = 42.96%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D973FA (or 0xD973FA) is known color: Heliotrope. HEX triplet: D9, 73 and FA. RGB value is (217,115,250). Sum of RGB (Red+Green+Blue) = 217+115+250=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 115 (45.31% from 255 or 19.76% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #D973FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D973FA is #268C05. Grayscale: #A0A0A0. Windows color (decimal): -2526214 or 16413657. OLE color: 16413657.

HSL color Cylindrical-coordinate representation of color #D973FA: hue angle of 285.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D973FA is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 115 250 -
CMYK 0.13 0.54 0 0.02
HSL 285.33º 0.93% 0.72% -
HSV(B) 285.33º 0.54% 0.98% -
XYZ 52 33.92 94.25 -
YUV 160.89 178.29 168.02 -
System Red Green Blue C M Y K H S L
Decimal 217 115 250 0.13 0.54 0 0.02 285.33 0.93 0.72
Hex D9 73 FA D 36 0 2 11D 5D 48
Octal 331 163 372 15 66 0 2 435 135 110
Binary 11011001 1110011 11111010 1101 110110 0 10 100011101 1011101 1001000

Color Harmonies of #D973FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973FA

Black with #D973FA

Text Example


Text Example

White with #D973FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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