Html Css Color HEX #D961E6 Free Speech Magenta

📋 copy color: '#D961E6'

red 217 ◦ green 97 ◦ blue 230

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

Shades of Free Speech Magenta #D961E6

Tints of Free Speech Magenta #D961E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.28%

R = 39.89%
G = 17.83%
B = 42.28%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D961E6 (or 0xD961E6) is known color: Free Speech Magenta. HEX triplet: D9, 61 and E6. RGB value is (217,97,230). Sum of RGB (Red+Green+Blue) = 217+97+230=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #D961E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D961E6 is #269E19. Grayscale: #939393. Windows color (decimal): -2530842 or 15098329. OLE color: 15098329.

HSL color Cylindrical-coordinate representation of color #D961E6: hue angle of 294.14º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D961E6 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 97 230 -
CMYK 0.06 0.58 0 0.10
HSL 294.14º 0.73% 0.64% -
HSV(B) 294.14º 0.58% 0.9% -
XYZ 47.17 29.01 77.98 -
YUV 148.04 174.26 177.19 -
System Red Green Blue C M Y K H S L
Decimal 217 97 230 0.06 0.58 0 0.10 294.14 0.73 0.64
Hex D9 61 E6 6 3A 0 A 126 49 40
Octal 331 141 346 6 72 0 12 446 111 100
Binary 11011001 1100001 11100110 110 111010 0 1010 100100110 1001001 1000000

Color Harmonies of #D961E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961E6

Black with #D961E6

Text Example


Text Example

White with #D961E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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