Html Css Color HEX #D974FE Heliotrope

📋 copy color: '#D974FE'

red 217 ◦ green 116 ◦ blue 254

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

Shades of Heliotrope #D974FE

Tints of Heliotrope #D974FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.27%

R = 36.97%
G = 19.76%
B = 43.27%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D974FE (or 0xD974FE) is known color: Heliotrope. HEX triplet: D9, 74 and FE. RGB value is (217,116,254). Sum of RGB (Red+Green+Blue) = 217+116+254=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 116 (45.70% from 255 or 19.76% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #D974FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D974FE is #268B01. Grayscale: #A1A1A1. Windows color (decimal): -2525954 or 16676057. OLE color: 16676057.

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

Color convert

RGB 217 116 254 -
CMYK 0.15 0.54 0 0.00
HSL 283.91º 0.99% 0.73% -
HSV(B) 283.91º 0.54% 1% -
XYZ 52.75 34.4 97.63 -
YUV 161.93 179.96 167.28 -
System Red Green Blue C M Y K H S L
Decimal 217 116 254 0.15 0.54 0 0.00 283.91 0.99 0.73
Hex D9 74 FE F 36 0 0 11C 63 49
Octal 331 164 376 17 66 0 0 434 143 111
Binary 11011001 1110100 11111110 1111 110110 0 0 100011100 1100011 1001001

Color Harmonies of #D974FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974FE

Black with #D974FE

Text Example


Text Example

White with #D974FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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