Html Css Color HEX #D961E7 Free Speech Magenta

📋 copy color: '#D961E7'

red 217 ◦ green 97 ◦ blue 231

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

Shades of Free Speech Magenta #D961E7

Tints of Free Speech Magenta #D961E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.39%

R = 39.82%
G = 17.8%
B = 42.39%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D961E7 (or 0xD961E7) is known color: Free Speech Magenta. HEX triplet: D9, 61 and E7. RGB value is (217,97,231). Sum of RGB (Red+Green+Blue) = 217+97+231=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 231 - color contains mainly: blue. Hex color #D961E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D961E7 is #269E18. Grayscale: #939393. Windows color (decimal): -2530841 or 15163865. OLE color: 15163865.

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

Color convert

RGB 217 97 231 -
CMYK 0.06 0.58 0 0.09
HSL 293.73º 0.74% 0.64% -
HSV(B) 293.73º 0.58% 0.91% -
XYZ 47.31 29.07 78.72 -
YUV 148.16 174.76 177.1 -
System Red Green Blue C M Y K H S L
Decimal 217 97 231 0.06 0.58 0 0.09 293.73 0.74 0.64
Hex D9 61 E7 6 3A 0 9 126 4A 40
Octal 331 141 347 6 72 0 11 446 112 100
Binary 11011001 1100001 11100111 110 111010 0 1001 100100110 1001010 1000000

Color Harmonies of #D961E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961E7

Black with #D961E7

Text Example


Text Example

White with #D961E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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