Html Css Color HEX #D961BE Free Speech Magenta

📋 copy color: '#D961BE'

red 217 ◦ green 97 ◦ blue 190

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

Shades of Free Speech Magenta #D961BE

Tints of Free Speech Magenta #D961BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 43.06%
G = 19.25%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D961BE (or 0xD961BE) is known color: Free Speech Magenta. HEX triplet: D9, 61 and BE. RGB value is (217,97,190). Sum of RGB (Red+Green+Blue) = 217+97+190=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D961BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961BE is #269E41. Grayscale: #8F8F8F. Windows color (decimal): -2530882 or 12476889. OLE color: 12476889.

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

Color convert

RGB 217 97 190 -
CMYK 0 0.55 0.12 0.15
HSL 313.5º 0.61% 0.62% -
HSV(B) 313.5º 0.55% 0.85% -
XYZ 42.18 27.02 51.71 -
YUV 143.48 154.26 180.44 -
System Red Green Blue C M Y K H S L
Decimal 217 97 190 0 0.55 0.12 0.15 313.5 0.61 0.62
Hex D9 61 BE 0 37 C F 13A 3D 3E
Octal 331 141 276 0 67 14 17 472 75 76
Binary 11011001 1100001 10111110 0 110111 1100 1111 100111010 111101 111110

Color Harmonies of #D961BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961BE

Black with #D961BE

Text Example


Text Example

White with #D961BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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