Html Css Color HEX #D974EF Heliotrope

📋 copy color: '#D974EF'

red 217 ◦ green 116 ◦ blue 239

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

Shades of Heliotrope #D974EF

Tints of Heliotrope #D974EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.28%

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

R = 37.94%
G = 20.28%
B = 41.78%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D974EF (or 0xD974EF) is known color: Heliotrope. HEX triplet: D9, 74 and EF. RGB value is (217,116,239). Sum of RGB (Red+Green+Blue) = 217+116+239=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 116 (45.70% from 255 or 20.28% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #D974EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D974EF is #268B10. Grayscale: #9F9F9F. Windows color (decimal): -2525969 or 15693017. OLE color: 15693017.

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

Color convert

RGB 217 116 239 -
CMYK 0.09 0.51 0 0.06
HSL 289.27º 0.79% 0.7% -
HSV(B) 289.27º 0.51% 0.94% -
XYZ 50.44 33.47 85.46 -
YUV 160.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 217 116 239 0.09 0.51 0 0.06 289.27 0.79 0.7
Hex D9 74 EF 9 33 0 6 121 4F 46
Octal 331 164 357 11 63 0 6 441 117 106
Binary 11011001 1110100 11101111 1001 110011 0 110 100100001 1001111 1000110

Color Harmonies of #D974EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974EF

Black with #D974EF

Text Example


Text Example

White with #D974EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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