Html Css Color HEX #D960C7 Free Speech Magenta

📋 copy color: '#D960C7'

red 217 ◦ green 96 ◦ blue 199

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

Shades of Free Speech Magenta #D960C7

Tints of Free Speech Magenta #D960C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.87%

R = 42.38%
G = 18.75%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D960C7 (or 0xD960C7) is known color: Free Speech Magenta. HEX triplet: D9, 60 and C7. RGB value is (217,96,199). Sum of RGB (Red+Green+Blue) = 217+96+199=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D960C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960C7 is #269F38. Grayscale: #8F8F8F. Windows color (decimal): -2531129 or 13066457. OLE color: 13066457.

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

Color convert

RGB 217 96 199 -
CMYK 0 0.56 0.08 0.15
HSL 308.93º 0.61% 0.61% -
HSV(B) 308.93º 0.56% 0.85% -
XYZ 43.11 27.24 57.02 -
YUV 143.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 217 96 199 0 0.56 0.08 0.15 308.93 0.61 0.61
Hex D9 60 C7 0 38 8 F 135 3D 3D
Octal 331 140 307 0 70 10 17 465 75 75
Binary 11011001 1100000 11000111 0 111000 1000 1111 100110101 111101 111101

Color Harmonies of #D960C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D960C7

Black with #D960C7

Text Example


Text Example

White with #D960C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D960C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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