Html Css Color HEX #D974ED Heliotrope

📋 copy color: '#D974ED'

red 217 ◦ green 116 ◦ blue 237

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

Shades of Heliotrope #D974ED

Tints of Heliotrope #D974ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 38.07%
G = 20.35%
B = 41.58%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D974ED (or 0xD974ED) is known color: Heliotrope. HEX triplet: D9, 74 and ED. RGB value is (217,116,237). Sum of RGB (Red+Green+Blue) = 217+116+237=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #D974ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D974ED is #268B12. Grayscale: #9F9F9F. Windows color (decimal): -2525971 or 15561945. OLE color: 15561945.

HSL color Cylindrical-coordinate representation of color #D974ED: hue angle of 290.08º degrees, saturation: 0.77, 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 #D974ED is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 116 237 -
CMYK 0.08 0.51 0 0.07
HSL 290.08º 0.77% 0.69% -
HSV(B) 290.08º 0.51% 0.93% -
XYZ 50.15 33.36 83.92 -
YUV 159.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 217 116 237 0.08 0.51 0 0.07 290.08 0.77 0.69
Hex D9 74 ED 8 33 0 7 122 4D 45
Octal 331 164 355 10 63 0 7 442 115 105
Binary 11011001 1110100 11101101 1000 110011 0 111 100100010 1001101 1000101

Color Harmonies of #D974ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974ED

Black with #D974ED

Text Example


Text Example

White with #D974ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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