Html Css Color HEX #D961C7 Free Speech Magenta

📋 copy color: '#D961C7'

red 217 ◦ green 97 ◦ blue 199

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

Shades of Free Speech Magenta #D961C7

Tints of Free Speech Magenta #D961C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.79%

R = 42.3%
G = 18.91%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D961C7 (or 0xD961C7) is known color: Free Speech Magenta. HEX triplet: D9, 61 and C7. RGB value is (217,97,199). Sum of RGB (Red+Green+Blue) = 217+97+199=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D961C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961C7 is #269E38. Grayscale: #909090. Windows color (decimal): -2530873 or 13066713. OLE color: 13066713.

HSL color Cylindrical-coordinate representation of color #D961C7: hue angle of 309º 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 #D961C7 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 199 -
CMYK 0 0.55 0.08 0.15
HSL 309º 0.61% 0.62% -
HSV(B) 309º 0.55% 0.85% -
XYZ 43.2 27.42 57.05 -
YUV 144.51 158.76 179.71 -
System Red Green Blue C M Y K H S L
Decimal 217 97 199 0 0.55 0.08 0.15 309 0.61 0.62
Hex D9 61 C7 0 37 8 F 135 3D 3E
Octal 331 141 307 0 67 10 17 465 75 76
Binary 11011001 1100001 11000111 0 110111 1000 1111 100110101 111101 111110

Color Harmonies of #D961C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961C7

Black with #D961C7

Text Example


Text Example

White with #D961C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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