Html Css Color HEX #D973EA Heliotrope

📋 copy color: '#D973EA'

red 217 ◦ green 115 ◦ blue 234

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

Shades of Heliotrope #D973EA

Tints of Heliotrope #D973EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.34%

R = 38.34%
G = 20.32%
B = 41.34%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D973EA (or 0xD973EA) is known color: Heliotrope. HEX triplet: D9, 73 and EA. RGB value is (217,115,234). Sum of RGB (Red+Green+Blue) = 217+115+234=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #D973EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D973EA is #268C15. Grayscale: #9E9E9E. Windows color (decimal): -2526230 or 15365081. OLE color: 15365081.

HSL color Cylindrical-coordinate representation of color #D973EA: hue angle of 291.43º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D973EA is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 115 234 -
CMYK 0.07 0.51 0 0.08
HSL 291.43º 0.74% 0.68% -
HSV(B) 291.43º 0.51% 0.92% -
XYZ 49.6 32.95 81.59 -
YUV 159.06 170.29 169.32 -
System Red Green Blue C M Y K H S L
Decimal 217 115 234 0.07 0.51 0 0.08 291.43 0.74 0.68
Hex D9 73 EA 7 33 0 8 123 4A 44
Octal 331 163 352 7 63 0 10 443 112 104
Binary 11011001 1110011 11101010 111 110011 0 1000 100100011 1001010 1000100

Color Harmonies of #D973EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973EA

Black with #D973EA

Text Example


Text Example

White with #D973EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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