Html Css Color HEX #D971EC Heliotrope

📋 copy color: '#D971EC'

red 217 ◦ green 113 ◦ blue 236

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

Shades of Heliotrope #D971EC

Tints of Heliotrope #D971EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.96%

 BLUE value IS 236 (92.58% from 255) = 41.7%

R = 38.34%
G = 19.96%
B = 41.7%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D971EC (or 0xD971EC) is known color: Heliotrope. HEX triplet: D9, 71 and EC. RGB value is (217,113,236). Sum of RGB (Red+Green+Blue) = 217+113+236=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #D971EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D971EC is #268E13. Grayscale: #9D9D9D. Windows color (decimal): -2526740 or 15495641. OLE color: 15495641.

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

Color convert

RGB 217 113 236 -
CMYK 0.08 0.52 0 0.07
HSL 290.73º 0.76% 0.68% -
HSV(B) 290.73º 0.52% 0.93% -
XYZ 49.66 32.62 83.04 -
YUV 158.12 171.96 170 -
System Red Green Blue C M Y K H S L
Decimal 217 113 236 0.08 0.52 0 0.07 290.73 0.76 0.68
Hex D9 71 EC 8 34 0 7 123 4C 44
Octal 331 161 354 10 64 0 7 443 114 104
Binary 11011001 1110001 11101100 1000 110100 0 111 100100011 1001100 1000100

Color Harmonies of #D971EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971EC

Black with #D971EC

Text Example


Text Example

White with #D971EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971EC; }

 p { color: rgb(217,113,236); }

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

background-color css

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

 a { background-color: rgb(217,113,236); }

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

border-color css

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

 span { border-color: rgb(217,113,236); }

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