Html Css Color HEX #D972FE Heliotrope

📋 copy color: '#D972FE'

red 217 ◦ green 114 ◦ blue 254

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

Shades of Heliotrope #D972FE

Tints of Heliotrope #D972FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.42%

R = 37.09%
G = 19.49%
B = 43.42%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D972FE (or 0xD972FE) is known color: Heliotrope. HEX triplet: D9, 72 and FE. RGB value is (217,114,254). Sum of RGB (Red+Green+Blue) = 217+114+254=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 114 (44.92% from 255 or 19.49% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #D972FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972FE is #268D01. Grayscale: #A0A0A0. Windows color (decimal): -2526466 or 16675545. OLE color: 16675545.

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

Color convert

RGB 217 114 254 -
CMYK 0.15 0.55 0 0.00
HSL 284.14º 0.99% 0.72% -
HSV(B) 284.14º 0.55% 1% -
XYZ 52.52 33.94 97.55 -
YUV 160.76 180.62 168.12 -
System Red Green Blue C M Y K H S L
Decimal 217 114 254 0.15 0.55 0 0.00 284.14 0.99 0.72
Hex D9 72 FE F 37 0 0 11C 63 48
Octal 331 162 376 17 67 0 0 434 143 110
Binary 11011001 1110010 11111110 1111 110111 0 0 100011100 1100011 1001000

Color Harmonies of #D972FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972FE

Black with #D972FE

Text Example


Text Example

White with #D972FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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