Html Css Color HEX #D960BC Free Speech Magenta

📋 copy color: '#D960BC'

red 217 ◦ green 96 ◦ blue 188

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

Shades of Free Speech Magenta #D960BC

Tints of Free Speech Magenta #D960BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.52%

R = 43.31%
G = 19.16%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D960BC (or 0xD960BC) is known color: Free Speech Magenta. HEX triplet: D9, 60 and BC. RGB value is (217,96,188). Sum of RGB (Red+Green+Blue) = 217+96+188=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D960BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960BC is #269F43. Grayscale: #8E8E8E. Windows color (decimal): -2531140 or 12345561. OLE color: 12345561.

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

Color convert

RGB 217 96 188 -
CMYK 0 0.56 0.13 0.15
HSL 314.38º 0.61% 0.61% -
HSV(B) 314.38º 0.56% 0.85% -
XYZ 41.88 26.75 50.53 -
YUV 142.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 217 96 188 0 0.56 0.13 0.15 314.38 0.61 0.61
Hex D9 60 BC 0 38 D F 13A 3D 3D
Octal 331 140 274 0 70 15 17 472 75 75
Binary 11011001 1100000 10111100 0 111000 1101 1111 100111010 111101 111101

Color Harmonies of #D960BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D960BC

Black with #D960BC

Text Example


Text Example

White with #D960BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D960BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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