Html Css Color HEX #D972F6 Heliotrope

📋 copy color: '#D972F6'

red 217 ◦ green 114 ◦ blue 246

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

Shades of Heliotrope #D972F6

Tints of Heliotrope #D972F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.63%

R = 37.61%
G = 19.76%
B = 42.63%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D972F6 (or 0xD972F6) is known color: Heliotrope. HEX triplet: D9, 72 and F6. RGB value is (217,114,246). Sum of RGB (Red+Green+Blue) = 217+114+246=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #D972F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972F6 is #268D09. Grayscale: #9F9F9F. Windows color (decimal): -2526474 or 16151257. OLE color: 16151257.

HSL color Cylindrical-coordinate representation of color #D972F6: hue angle of 286.82º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D972F6 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 114 246 -
CMYK 0.12 0.54 0 0.04
HSL 286.82º 0.88% 0.71% -
HSV(B) 286.82º 0.54% 0.96% -
XYZ 51.27 33.44 90.94 -
YUV 159.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 217 114 246 0.12 0.54 0 0.04 286.82 0.88 0.71
Hex D9 72 F6 C 36 0 4 11F 58 47
Octal 331 162 366 14 66 0 4 437 130 107
Binary 11011001 1110010 11110110 1100 110110 0 100 100011111 1011000 1000111

Color Harmonies of #D972F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972F6

Black with #D972F6

Text Example


Text Example

White with #D972F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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