Html Css Color HEX #D972FA Heliotrope

📋 copy color: '#D972FA'

red 217 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #D972FA

Tints of Heliotrope #D972FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.62%

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 37.35%
G = 19.62%
B = 43.03%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D972FA (or 0xD972FA) is known color: Heliotrope. HEX triplet: D9, 72 and FA. RGB value is (217,114,250). Sum of RGB (Red+Green+Blue) = 217+114+250=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 114 (44.92% from 255 or 19.62% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #D972FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972FA is #268D05. Grayscale: #9F9F9F. Windows color (decimal): -2526470 or 16413401. OLE color: 16413401.

HSL color Cylindrical-coordinate representation of color #D972FA: hue angle of 285.44º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D972FA is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 114 250 -
CMYK 0.13 0.54 0 0.02
HSL 285.44º 0.93% 0.71% -
HSV(B) 285.44º 0.54% 0.98% -
XYZ 51.89 33.69 94.21 -
YUV 160.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 217 114 250 0.13 0.54 0 0.02 285.44 0.93 0.71
Hex D9 72 FA D 36 0 2 11D 5D 47
Octal 331 162 372 15 66 0 2 435 135 107
Binary 11011001 1110010 11111010 1101 110110 0 10 100011101 1011101 1000111

Color Harmonies of #D972FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972FA

Black with #D972FA

Text Example


Text Example

White with #D972FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972FA; }

 p { color: rgb(217,114,250); }

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

background-color css

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

 a { background-color: rgb(217,114,250); }

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

border-color css

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

 span { border-color: rgb(217,114,250); }

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