Html Css Color HEX #D973FD Heliotrope

📋 copy color: '#D973FD'

red 217 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #D973FD

Tints of Heliotrope #D973FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.25%

R = 37.09%
G = 19.66%
B = 43.25%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D973FD (or 0xD973FD) is known color: Heliotrope. HEX triplet: D9, 73 and FD. RGB value is (217,115,253). Sum of RGB (Red+Green+Blue) = 217+115+253=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 115 (45.31% from 255 or 19.66% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #D973FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D973FD is #268C02. Grayscale: #A0A0A0. Windows color (decimal): -2526211 or 16610265. OLE color: 16610265.

HSL color Cylindrical-coordinate representation of color #D973FD: hue angle of 284.35º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D973FD is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 115 253 -
CMYK 0.14 0.55 0 0.01
HSL 284.35º 0.97% 0.72% -
HSV(B) 284.35º 0.55% 0.99% -
XYZ 52.48 34.11 96.75 -
YUV 161.23 179.79 167.78 -
System Red Green Blue C M Y K H S L
Decimal 217 115 253 0.14 0.55 0 0.01 284.35 0.97 0.72
Hex D9 73 FD E 37 0 1 11C 61 48
Octal 331 163 375 16 67 0 1 434 141 110
Binary 11011001 1110011 11111101 1110 110111 0 1 100011100 1100001 1001000

Color Harmonies of #D973FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973FD

Black with #D973FD

Text Example


Text Example

White with #D973FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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