Html Css Color HEX #D960C0 Free Speech Magenta

📋 copy color: '#D960C0'

red 217 ◦ green 96 ◦ blue 192

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

Shades of Free Speech Magenta #D960C0

Tints of Free Speech Magenta #D960C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.02%

R = 42.97%
G = 19.01%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D960C0 (or 0xD960C0) is known color: Free Speech Magenta. HEX triplet: D9, 60 and C0. RGB value is (217,96,192). Sum of RGB (Red+Green+Blue) = 217+96+192=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D960C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960C0 is #269F3F. Grayscale: #8E8E8E. Windows color (decimal): -2531136 or 12607705. OLE color: 12607705.

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

Color convert

RGB 217 96 192 -
CMYK 0 0.56 0.12 0.15
HSL 312.4º 0.61% 0.61% -
HSV(B) 312.4º 0.56% 0.85% -
XYZ 42.31 26.92 52.84 -
YUV 143.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 217 96 192 0 0.56 0.12 0.15 312.4 0.61 0.61
Hex D9 60 C0 0 38 C F 138 3D 3D
Octal 331 140 300 0 70 14 17 470 75 75
Binary 11011001 1100000 11000000 0 111000 1100 1111 100111000 111101 111101

Color Harmonies of #D960C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D960C0

Black with #D960C0

Text Example


Text Example

White with #D960C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D960C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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