Html Css Color HEX #D971EB Heliotrope

📋 copy color: '#D971EB'

red 217 ◦ green 113 ◦ blue 235

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

Shades of Heliotrope #D971EB

Tints of Heliotrope #D971EB

RGB

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

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

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

R = 38.41%
G = 20%
B = 41.59%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D971EB (or 0xD971EB) is known color: Heliotrope. HEX triplet: D9, 71 and EB. RGB value is (217,113,235). Sum of RGB (Red+Green+Blue) = 217+113+235=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #D971EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D971EB is #268E14. Grayscale: #9D9D9D. Windows color (decimal): -2526741 or 15430105. OLE color: 15430105.

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

Color convert

RGB 217 113 235 -
CMYK 0.08 0.52 0 0.08
HSL 291.15º 0.75% 0.68% -
HSV(B) 291.15º 0.52% 0.92% -
XYZ 49.52 32.56 82.27 -
YUV 158 171.46 170.08 -
System Red Green Blue C M Y K H S L
Decimal 217 113 235 0.08 0.52 0 0.08 291.15 0.75 0.68
Hex D9 71 EB 8 34 0 8 123 4B 44
Octal 331 161 353 10 64 0 10 443 113 104
Binary 11011001 1110001 11101011 1000 110100 0 1000 100100011 1001011 1000100

Color Harmonies of #D971EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971EB

Black with #D971EB

Text Example


Text Example

White with #D971EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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