Html Css Color HEX #D973FE Heliotrope

📋 copy color: '#D973FE'

red 217 ◦ green 115 ◦ blue 254

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

Shades of Heliotrope #D973FE

Tints of Heliotrope #D973FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.34%

R = 37.03%
G = 19.62%
B = 43.34%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D973FE (or 0xD973FE) is known color: Heliotrope. HEX triplet: D9, 73 and FE. RGB value is (217,115,254). Sum of RGB (Red+Green+Blue) = 217+115+254=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 115 (45.31% from 255 or 19.62% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #D973FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D973FE is #268C01. Grayscale: #A0A0A0. Windows color (decimal): -2526210 or 16675801. OLE color: 16675801.

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

Color convert

RGB 217 115 254 -
CMYK 0.15 0.55 0 0.00
HSL 284.03º 0.99% 0.72% -
HSV(B) 284.03º 0.55% 1% -
XYZ 52.64 34.17 97.59 -
YUV 161.34 180.29 167.7 -
System Red Green Blue C M Y K H S L
Decimal 217 115 254 0.15 0.55 0 0.00 284.03 0.99 0.72
Hex D9 73 FE F 37 0 0 11C 63 48
Octal 331 163 376 17 67 0 0 434 143 110
Binary 11011001 1110011 11111110 1111 110111 0 0 100011100 1100011 1001000

Color Harmonies of #D973FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973FE

Black with #D973FE

Text Example


Text Example

White with #D973FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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