Html Css Color HEX #D971FD Heliotrope

📋 copy color: '#D971FD'

red 217 ◦ green 113 ◦ blue 253

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

Shades of Heliotrope #D971FD

Tints of Heliotrope #D971FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.4%

R = 37.22%
G = 19.38%
B = 43.4%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D971FD (or 0xD971FD) is known color: Heliotrope. HEX triplet: D9, 71 and FD. RGB value is (217,113,253). Sum of RGB (Red+Green+Blue) = 217+113+253=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #D971FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D971FD is #268E02. Grayscale: #9F9F9F. Windows color (decimal): -2526723 or 16609753. OLE color: 16609753.

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

Color convert

RGB 217 113 253 -
CMYK 0.14 0.55 0 0.01
HSL 284.57º 0.97% 0.72% -
HSV(B) 284.57º 0.55% 0.99% -
XYZ 52.25 33.65 96.67 -
YUV 160.06 180.46 168.62 -
System Red Green Blue C M Y K H S L
Decimal 217 113 253 0.14 0.55 0 0.01 284.57 0.97 0.72
Hex D9 71 FD E 37 0 1 11D 61 48
Octal 331 161 375 16 67 0 1 435 141 110
Binary 11011001 1110001 11111101 1110 110111 0 1 100011101 1100001 1001000

Color Harmonies of #D971FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971FD

Black with #D971FD

Text Example


Text Example

White with #D971FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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