Html Css Color HEX #D961D5 Free Speech Magenta

📋 copy color: '#D961D5'

red 217 ◦ green 97 ◦ blue 213

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

Shades of Free Speech Magenta #D961D5

Tints of Free Speech Magenta #D961D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.42%

R = 41.18%
G = 18.41%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D961D5 (or 0xD961D5) is known color: Free Speech Magenta. HEX triplet: D9, 61 and D5. RGB value is (217,97,213). Sum of RGB (Red+Green+Blue) = 217+97+213=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D961D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961D5 is #269E2A. Grayscale: #919191. Windows color (decimal): -2530859 or 13984217. OLE color: 13984217.

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

Color convert

RGB 217 97 213 -
CMYK 0 0.55 0.02 0.15
HSL 302º 0.61% 0.62% -
HSV(B) 302º 0.55% 0.85% -
XYZ 44.9 28.11 66.01 -
YUV 146.1 165.76 178.57 -
System Red Green Blue C M Y K H S L
Decimal 217 97 213 0 0.55 0.02 0.15 302 0.61 0.62
Hex D9 61 D5 0 37 2 F 12E 3D 3E
Octal 331 141 325 0 67 2 17 456 75 76
Binary 11011001 1100001 11010101 0 110111 10 1111 100101110 111101 111110

Color Harmonies of #D961D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961D5

Black with #D961D5

Text Example


Text Example

White with #D961D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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