Html Css Color HEX #D961DD Free Speech Magenta

📋 copy color: '#D961DD'

red 217 ◦ green 97 ◦ blue 221

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

Shades of Free Speech Magenta #D961DD

Tints of Free Speech Magenta #D961DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 40.56%
G = 18.13%
B = 41.31%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D961DD (or 0xD961DD) is known color: Free Speech Magenta. HEX triplet: D9, 61 and DD. RGB value is (217,97,221). Sum of RGB (Red+Green+Blue) = 217+97+221=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #D961DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961DD is #269E22. Grayscale: #929292. Windows color (decimal): -2530851 or 14508505. OLE color: 14508505.

HSL color Cylindrical-coordinate representation of color #D961DD: hue angle of 298.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D961DD is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 97 221 -
CMYK 0.02 0.56 0 0.13
HSL 298.06º 0.65% 0.62% -
HSV(B) 298.06º 0.56% 0.87% -
XYZ 45.94 28.52 71.49 -
YUV 147.02 169.76 177.92 -
System Red Green Blue C M Y K H S L
Decimal 217 97 221 0.02 0.56 0 0.13 298.06 0.65 0.62
Hex D9 61 DD 2 38 0 D 12A 41 3E
Octal 331 141 335 2 70 0 15 452 101 76
Binary 11011001 1100001 11011101 10 111000 0 1101 100101010 1000001 111110

Color Harmonies of #D961DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961DD

Black with #D961DD

Text Example


Text Example

White with #D961DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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