Html Css Color HEX #D972FC Heliotrope

📋 copy color: '#D972FC'

red 217 ◦ green 114 ◦ blue 252

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

Shades of Heliotrope #D972FC

Tints of Heliotrope #D972FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.22%

R = 37.22%
G = 19.55%
B = 43.22%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D972FC (or 0xD972FC) is known color: Heliotrope. HEX triplet: D9, 72 and FC. RGB value is (217,114,252). Sum of RGB (Red+Green+Blue) = 217+114+252=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 114 (44.92% from 255 or 19.55% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #D972FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972FC is #268D03. Grayscale: #A0A0A0. Windows color (decimal): -2526468 or 16544473. OLE color: 16544473.

HSL color Cylindrical-coordinate representation of color #D972FC: hue angle of 284.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D972FC is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 114 252 -
CMYK 0.14 0.55 0 0.01
HSL 284.78º 0.96% 0.72% -
HSV(B) 284.78º 0.55% 0.99% -
XYZ 52.2 33.81 95.87 -
YUV 160.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 217 114 252 0.14 0.55 0 0.01 284.78 0.96 0.72
Hex D9 72 FC E 37 0 1 11D 60 48
Octal 331 162 374 16 67 0 1 435 140 110
Binary 11011001 1110010 11111100 1110 110111 0 1 100011101 1100000 1001000

Color Harmonies of #D972FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972FC

Black with #D972FC

Text Example


Text Example

White with #D972FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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