Html Css Color HEX #D973EB Heliotrope

📋 copy color: '#D973EB'

red 217 ◦ green 115 ◦ blue 235

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

Shades of Heliotrope #D973EB

Tints of Heliotrope #D973EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 38.27%
G = 20.28%
B = 41.45%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D973EB (or 0xD973EB) is known color: Heliotrope. HEX triplet: D9, 73 and EB. RGB value is (217,115,235). Sum of RGB (Red+Green+Blue) = 217+115+235=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #D973EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D973EB is #268C14. Grayscale: #9E9E9E. Windows color (decimal): -2526229 or 15430617. OLE color: 15430617.

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

Color convert

RGB 217 115 235 -
CMYK 0.08 0.51 0 0.08
HSL 291º 0.75% 0.69% -
HSV(B) 291º 0.51% 0.92% -
XYZ 49.74 33.01 82.35 -
YUV 159.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 217 115 235 0.08 0.51 0 0.08 291 0.75 0.69
Hex D9 73 EB 8 33 0 8 123 4B 45
Octal 331 163 353 10 63 0 10 443 113 105
Binary 11011001 1110011 11101011 1000 110011 0 1000 100100011 1001011 1000101

Color Harmonies of #D973EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D973EB

Black with #D973EB

Text Example


Text Example

White with #D973EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D973EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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