Html Css Color HEX #D974FF Heliotrope

📋 copy color: '#D974FF'

red 217 ◦ green 116 ◦ blue 255

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

Shades of Heliotrope #D974FF

Tints of Heliotrope #D974FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.37%

R = 36.9%
G = 19.73%
B = 43.37%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D974FF (or 0xD974FF) is known color: Heliotrope. HEX triplet: D9, 74 and FF. RGB value is (217,116,255). Sum of RGB (Red+Green+Blue) = 217+116+255=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 116 (45.70% from 255 or 19.73% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #D974FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D974FF is #268B00. Grayscale: #A1A1A1. Windows color (decimal): -2525953 or 16741593. OLE color: 16741593.

HSL color Cylindrical-coordinate representation of color #D974FF: hue angle of 283.6º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D974FF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 116 255 -
CMYK 0.15 0.55 0 0
HSL 283.6º 1% 0.73% -
HSV(B) 283.6º 0.55% 1% -
XYZ 52.91 34.46 98.47 -
YUV 162.05 180.46 167.2 -
System Red Green Blue C M Y K H S L
Decimal 217 116 255 0.15 0.55 0 0 283.6 1 0.73
Hex D9 74 FF F 37 0 0 11C 64 49
Octal 331 164 377 17 67 0 0 434 144 111
Binary 11011001 1110100 11111111 1111 110111 0 0 100011100 1100100 1001001

Color Harmonies of #D974FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974FF

Black with #D974FF

Text Example


Text Example

White with #D974FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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