Html Css Color HEX #D972EF Heliotrope

📋 copy color: '#D972EF'

red 217 ◦ green 114 ◦ blue 239

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

Shades of Heliotrope #D972EF

Tints of Heliotrope #D972EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 38.07%
G = 20%
B = 41.93%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D972EF (or 0xD972EF) is known color: Heliotrope. HEX triplet: D9, 72 and EF. RGB value is (217,114,239). Sum of RGB (Red+Green+Blue) = 217+114+239=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #D972EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972EF is #268D10. Grayscale: #9E9E9E. Windows color (decimal): -2526481 or 15692505. OLE color: 15692505.

HSL color Cylindrical-coordinate representation of color #D972EF: hue angle of 289.44º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D972EF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 114 239 -
CMYK 0.09 0.52 0 0.06
HSL 289.44º 0.8% 0.69% -
HSV(B) 289.44º 0.52% 0.94% -
XYZ 50.21 33.02 85.39 -
YUV 159.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 217 114 239 0.09 0.52 0 0.06 289.44 0.8 0.69
Hex D9 72 EF 9 34 0 6 121 50 45
Octal 331 162 357 11 64 0 6 441 120 105
Binary 11011001 1110010 11101111 1001 110100 0 110 100100001 1010000 1000101

Color Harmonies of #D972EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972EF

Black with #D972EF

Text Example


Text Example

White with #D972EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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