Html Css Color HEX #D972F3 Heliotrope

📋 copy color: '#D972F3'

red 217 ◦ green 114 ◦ blue 243

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

Shades of Heliotrope #D972F3

Tints of Heliotrope #D972F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.33%

R = 37.8%
G = 19.86%
B = 42.33%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D972F3 (or 0xD972F3) is known color: Heliotrope. HEX triplet: D9, 72 and F3. RGB value is (217,114,243). Sum of RGB (Red+Green+Blue) = 217+114+243=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 114 (44.92% from 255 or 19.86% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #D972F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972F3 is #268D0C. Grayscale: #9F9F9F. Windows color (decimal): -2526477 or 15954649. OLE color: 15954649.

HSL color Cylindrical-coordinate representation of color #D972F3: hue angle of 287.91º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D972F3 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 114 243 -
CMYK 0.11 0.53 0 0.05
HSL 287.91º 0.84% 0.7% -
HSV(B) 287.91º 0.53% 0.95% -
XYZ 50.81 33.26 88.54 -
YUV 159.5 175.12 169.01 -
System Red Green Blue C M Y K H S L
Decimal 217 114 243 0.11 0.53 0 0.05 287.91 0.84 0.7
Hex D9 72 F3 B 35 0 5 120 54 46
Octal 331 162 363 13 65 0 5 440 124 106
Binary 11011001 1110010 11110011 1011 110101 0 101 100100000 1010100 1000110

Color Harmonies of #D972F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972F3

Black with #D972F3

Text Example


Text Example

White with #D972F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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