Html Css Color HEX #D972EC Heliotrope

📋 copy color: '#D972EC'

red 217 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #D972EC

Tints of Heliotrope #D972EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.62%

R = 38.27%
G = 20.11%
B = 41.62%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D972EC (or 0xD972EC) is known color: Heliotrope. HEX triplet: D9, 72 and EC. RGB value is (217,114,236). Sum of RGB (Red+Green+Blue) = 217+114+236=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #D972EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972EC is #268D13. Grayscale: #9E9E9E. Windows color (decimal): -2526484 or 15495897. OLE color: 15495897.

HSL color Cylindrical-coordinate representation of color #D972EC: hue angle of 290.66º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D972EC is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 114 236 -
CMYK 0.08 0.52 0 0.07
HSL 290.66º 0.76% 0.69% -
HSV(B) 290.66º 0.52% 0.93% -
XYZ 49.77 32.84 83.07 -
YUV 158.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 217 114 236 0.08 0.52 0 0.07 290.66 0.76 0.69
Hex D9 72 EC 8 34 0 7 123 4C 45
Octal 331 162 354 10 64 0 7 443 114 105
Binary 11011001 1110010 11101100 1000 110100 0 111 100100011 1001100 1000101

Color Harmonies of #D972EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972EC

Black with #D972EC

Text Example


Text Example

White with #D972EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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