Html Css Color HEX #D974EE Heliotrope

📋 copy color: '#D974EE'

red 217 ◦ green 116 ◦ blue 238

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

Shades of Heliotrope #D974EE

Tints of Heliotrope #D974EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.68%

R = 38%
G = 20.32%
B = 41.68%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D974EE (or 0xD974EE) is known color: Heliotrope. HEX triplet: D9, 74 and EE. RGB value is (217,116,238). Sum of RGB (Red+Green+Blue) = 217+116+238=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #D974EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D974EE is #268B11. Grayscale: #9F9F9F. Windows color (decimal): -2525970 or 15627481. OLE color: 15627481.

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

Color convert

RGB 217 116 238 -
CMYK 0.09 0.51 0 0.07
HSL 289.67º 0.78% 0.69% -
HSV(B) 289.67º 0.51% 0.93% -
XYZ 50.29 33.42 84.69 -
YUV 160.11 171.96 168.58 -
System Red Green Blue C M Y K H S L
Decimal 217 116 238 0.09 0.51 0 0.07 289.67 0.78 0.69
Hex D9 74 EE 9 33 0 7 122 4E 45
Octal 331 164 356 11 63 0 7 442 116 105
Binary 11011001 1110100 11101110 1001 110011 0 111 100100010 1001110 1000101

Color Harmonies of #D974EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974EE

Black with #D974EE

Text Example


Text Example

White with #D974EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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