Html Css Color HEX #D961F6 Heliotrope

📋 copy color: '#D961F6'

red 217 ◦ green 97 ◦ blue 246

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

Shades of Heliotrope #D961F6

Tints of Heliotrope #D961F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.93%

R = 38.75%
G = 17.32%
B = 43.93%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D961F6 (or 0xD961F6) is known color: Heliotrope. HEX triplet: D9, 61 and F6. RGB value is (217,97,246). Sum of RGB (Red+Green+Blue) = 217+97+246=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 97 (38.28% from 255 or 17.32% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #D961F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D961F6 is #269E09. Grayscale: #959595. Windows color (decimal): -2530826 or 16146905. OLE color: 16146905.

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

Color convert

RGB 217 97 246 -
CMYK 0.12 0.61 0 0.04
HSL 288.32º 0.89% 0.67% -
HSV(B) 288.32º 0.61% 0.96% -
XYZ 49.52 29.95 90.36 -
YUV 149.87 182.26 175.88 -
System Red Green Blue C M Y K H S L
Decimal 217 97 246 0.12 0.61 0 0.04 288.32 0.89 0.67
Hex D9 61 F6 C 3D 0 4 120 59 43
Octal 331 141 366 14 75 0 4 440 131 103
Binary 11011001 1100001 11110110 1100 111101 0 100 100100000 1011001 1000011

Color Harmonies of #D961F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961F6

Black with #D961F6

Text Example


Text Example

White with #D961F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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