Html Css Color HEX #D972F0 Heliotrope

📋 copy color: '#D972F0'

red 217 ◦ green 114 ◦ blue 240

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

Shades of Heliotrope #D972F0

Tints of Heliotrope #D972F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.03%

R = 38%
G = 19.96%
B = 42.03%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D972F0 (or 0xD972F0) is known color: Heliotrope. HEX triplet: D9, 72 and F0. RGB value is (217,114,240). Sum of RGB (Red+Green+Blue) = 217+114+240=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #D972F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972F0 is #268D0F. Grayscale: #9E9E9E. Windows color (decimal): -2526480 or 15758041. OLE color: 15758041.

HSL color Cylindrical-coordinate representation of color #D972F0: hue angle of 289.05º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D972F0 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 114 240 -
CMYK 0.10 0.52 0 0.06
HSL 289.05º 0.81% 0.69% -
HSV(B) 289.05º 0.53% 0.94% -
XYZ 50.36 33.08 86.17 -
YUV 159.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 217 114 240 0.10 0.52 0 0.06 289.05 0.81 0.69
Hex D9 72 F0 A 34 0 6 121 51 45
Octal 331 162 360 12 64 0 6 441 121 105
Binary 11011001 1110010 11110000 1010 110100 0 110 100100001 1010001 1000101

Color Harmonies of #D972F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972F0

Black with #D972F0

Text Example


Text Example

White with #D972F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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