Html Css Color HEX #D961BB Free Speech Magenta

📋 copy color: '#D961BB'

red 217 ◦ green 97 ◦ blue 187

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

Shades of Free Speech Magenta #D961BB

Tints of Free Speech Magenta #D961BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 43.31%
G = 19.36%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D961BB (or 0xD961BB) is known color: Free Speech Magenta. HEX triplet: D9, 61 and BB. RGB value is (217,97,187). Sum of RGB (Red+Green+Blue) = 217+97+187=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D961BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961BB is #269E44. Grayscale: #8E8E8E. Windows color (decimal): -2530885 or 12280281. OLE color: 12280281.

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

Color convert

RGB 217 97 187 -
CMYK 0 0.55 0.14 0.15
HSL 315º 0.61% 0.62% -
HSV(B) 315º 0.55% 0.85% -
XYZ 41.86 26.89 50 -
YUV 143.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 217 97 187 0 0.55 0.14 0.15 315 0.61 0.62
Hex D9 61 BB 0 37 E F 13B 3D 3E
Octal 331 141 273 0 67 16 17 473 75 76
Binary 11011001 1100001 10111011 0 110111 1110 1111 100111011 111101 111110

Color Harmonies of #D961BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961BB

Black with #D961BB

Text Example


Text Example

White with #D961BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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