Html Css Color HEX #D960C8 Free Speech Magenta

📋 copy color: '#D960C8'

red 217 ◦ green 96 ◦ blue 200

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

Shades of Free Speech Magenta #D960C8

Tints of Free Speech Magenta #D960C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.99%

R = 42.3%
G = 18.71%
B = 38.99%

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

#D960C8 (or 0xD960C8) is known color: Free Speech Magenta. HEX triplet: D9, 60 and C8. RGB value is (217,96,200). Sum of RGB (Red+Green+Blue) = 217+96+200=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D960C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960C8 is #269F37. Grayscale: #8F8F8F. Windows color (decimal): -2531128 or 13131993. OLE color: 13131993.

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

Color convert

RGB 217 96 200 -
CMYK 0 0.56 0.08 0.15
HSL 308.43º 0.61% 0.61% -
HSV(B) 308.43º 0.56% 0.85% -
XYZ 43.22 27.29 57.63 -
YUV 144.04 159.59 180.04 -
System Red Green Blue C M Y K H S L
Decimal 217 96 200 0 0.56 0.08 0.15 308.43 0.61 0.61
Hex D9 60 C8 0 38 8 F 134 3D 3D
Octal 331 140 310 0 70 10 17 464 75 75
Binary 11011001 1100000 11001000 0 111000 1000 1111 100110100 111101 111101

Color Harmonies of #D960C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D960C8

Black with #D960C8

Text Example


Text Example

White with #D960C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D960C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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