Html Css Color HEX #D961C9 Free Speech Magenta

📋 copy color: '#D961C9'

red 217 ◦ green 97 ◦ blue 201

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

Shades of Free Speech Magenta #D961C9

Tints of Free Speech Magenta #D961C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.03%

R = 42.14%
G = 18.83%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D961C9 (or 0xD961C9) is known color: Free Speech Magenta. HEX triplet: D9, 61 and C9. RGB value is (217,97,201). Sum of RGB (Red+Green+Blue) = 217+97+201=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D961C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961C9 is #269E36. Grayscale: #909090. Windows color (decimal): -2530871 or 13197785. OLE color: 13197785.

HSL color Cylindrical-coordinate representation of color #D961C9: hue angle of 308º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D961C9 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 201 -
CMYK 0 0.55 0.07 0.15
HSL 308º 0.61% 0.62% -
HSV(B) 308º 0.55% 0.85% -
XYZ 43.43 27.52 58.28 -
YUV 144.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 217 97 201 0 0.55 0.07 0.15 308 0.61 0.62
Hex D9 61 C9 0 37 7 F 134 3D 3E
Octal 331 141 311 0 67 7 17 464 75 76
Binary 11011001 1100001 11001001 0 110111 111 1111 100110100 111101 111110

Color Harmonies of #D961C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961C9

Black with #D961C9

Text Example


Text Example

White with #D961C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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