Html Css Color HEX #D961F7 Heliotrope

📋 copy color: '#D961F7'

red 217 ◦ green 97 ◦ blue 247

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

Shades of Heliotrope #D961F7

Tints of Heliotrope #D961F7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.29%

 BLUE value IS 247 (96.88% from 255) = 44.03%

R = 38.68%
G = 17.29%
B = 44.03%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D961F7 (or 0xD961F7) is known color: Heliotrope. HEX triplet: D9, 61 and F7. RGB value is (217,97,247). Sum of RGB (Red+Green+Blue) = 217+97+247=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #D961F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D961F7 is #269E08. Grayscale: #959595. Windows color (decimal): -2530825 or 16212441. OLE color: 16212441.

HSL color Cylindrical-coordinate representation of color #D961F7: hue angle of 288º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D961F7 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 217 97 247 -
CMYK 0.12 0.61 0 0.03
HSL 288º 0.9% 0.67% -
HSV(B) 288º 0.61% 0.97% -
XYZ 49.68 30.02 91.17 -
YUV 149.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 217 97 247 0.12 0.61 0 0.03 288 0.9 0.67
Hex D9 61 F7 C 3D 0 3 120 5A 43
Octal 331 141 367 14 75 0 3 440 132 103
Binary 11011001 1100001 11110111 1100 111101 0 11 100100000 1011010 1000011

Color Harmonies of #D961F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961F7

Black with #D961F7

Text Example


Text Example

White with #D961F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961F7; }

 p { color: rgb(217,97,247); }

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

background-color css

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

 a { background-color: rgb(217,97,247); }

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

border-color css

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

 span { border-color: rgb(217,97,247); }

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