Html Css Color HEX #D960BB Free Speech Magenta

📋 copy color: '#D960BB'

red 217 ◦ green 96 ◦ blue 187

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

Shades of Free Speech Magenta #D960BB

Tints of Free Speech Magenta #D960BB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.2%

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

R = 43.4%
G = 19.2%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D960BB (or 0xD960BB) is known color: Free Speech Magenta. HEX triplet: D9, 60 and BB. RGB value is (217,96,187). Sum of RGB (Red+Green+Blue) = 217+96+187=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D960BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960BB is #269F44. Grayscale: #8E8E8E. Windows color (decimal): -2531141 or 12280025. OLE color: 12280025.

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

Color convert

RGB 217 96 187 -
CMYK 0 0.56 0.14 0.15
HSL 314.88º 0.61% 0.61% -
HSV(B) 314.88º 0.56% 0.85% -
XYZ 41.77 26.71 49.97 -
YUV 142.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 217 96 187 0 0.56 0.14 0.15 314.88 0.61 0.61
Hex D9 60 BB 0 38 E F 13B 3D 3D
Octal 331 140 273 0 70 16 17 473 75 75
Binary 11011001 1100000 10111011 0 111000 1110 1111 100111011 111101 111101

Color Harmonies of #D960BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D960BB

Black with #D960BB

Text Example


Text Example

White with #D960BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D960BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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