Html Css Color HEX #D972F9 Heliotrope

📋 copy color: '#D972F9'

red 217 ◦ green 114 ◦ blue 249

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

Shades of Heliotrope #D972F9

Tints of Heliotrope #D972F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.93%

R = 37.41%
G = 19.66%
B = 42.93%

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

#D972F9 (or 0xD972F9) is known color: Heliotrope. HEX triplet: D9, 72 and F9. RGB value is (217,114,249). Sum of RGB (Red+Green+Blue) = 217+114+249=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #D972F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972F9 is #268D06. Grayscale: #9F9F9F. Windows color (decimal): -2526471 or 16347865. OLE color: 16347865.

HSL color Cylindrical-coordinate representation of color #D972F9: hue angle of 285.78º degrees, saturation: 0.92, 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 #D972F9 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 114 249 -
CMYK 0.13 0.54 0 0.02
HSL 285.78º 0.92% 0.71% -
HSV(B) 285.78º 0.54% 0.98% -
XYZ 51.73 33.63 93.39 -
YUV 160.19 178.12 168.52 -
System Red Green Blue C M Y K H S L
Decimal 217 114 249 0.13 0.54 0 0.02 285.78 0.92 0.71
Hex D9 72 F9 D 36 0 2 11E 5C 47
Octal 331 162 371 15 66 0 2 436 134 107
Binary 11011001 1110010 11111001 1101 110110 0 10 100011110 1011100 1000111

Color Harmonies of #D972F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972F9

Black with #D972F9

Text Example


Text Example

White with #D972F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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