Html Css Color HEX #D974FA Heliotrope

📋 copy color: '#D974FA'

red 217 ◦ green 116 ◦ blue 250

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

Shades of Heliotrope #D974FA

Tints of Heliotrope #D974FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.88%

R = 37.22%
G = 19.9%
B = 42.88%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D974FA (or 0xD974FA) is known color: Heliotrope. HEX triplet: D9, 74 and FA. RGB value is (217,116,250). Sum of RGB (Red+Green+Blue) = 217+116+250=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #D974FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D974FA is #268B05. Grayscale: #A1A1A1. Windows color (decimal): -2525958 or 16413913. OLE color: 16413913.

HSL color Cylindrical-coordinate representation of color #D974FA: hue angle of 285.22º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D974FA is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 116 250 -
CMYK 0.13 0.54 0 0.02
HSL 285.22º 0.93% 0.72% -
HSV(B) 285.22º 0.54% 0.98% -
XYZ 52.12 34.14 94.29 -
YUV 161.48 177.96 167.6 -
System Red Green Blue C M Y K H S L
Decimal 217 116 250 0.13 0.54 0 0.02 285.22 0.93 0.72
Hex D9 74 FA D 36 0 2 11D 5D 48
Octal 331 164 372 15 66 0 2 435 135 110
Binary 11011001 1110100 11111010 1101 110110 0 10 100011101 1011101 1001000

Color Harmonies of #D974FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974FA

Black with #D974FA

Text Example


Text Example

White with #D974FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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