#D850C5

Color #D850C5 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D850C5

Tints of Free Speech Magenta #D850C5

Color information

#D850C5 (or 0xD850C5) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 50 and C5. RGB value is (216,80,197). Sum of RGB (Red+Green+Blue) = 216+80+197=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D850C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850C5 is #27AF3A. Grayscale: #858585. Windows color (decimal): -2600763 or 12931288. OLE color: 12931288.

HSL color Cylindrical-coordinate representation of color #D850C5: hue angle of 308.38º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D850C5 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB21680197-
CMYK00.630.090.15
HSL308.38º63.55%58.04%-
HSV(B)308.38º62.96%84.71%-
XYZ41.2724.3755.35-
YUV134163.56186.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.81%
GREEN value IS 80 (31.64% from 255) = 16.23%
BLUE value IS 197 (77.34% from 255) = 39.96%
R=43.81%
G=16.23%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168019700.630.090.15308.3863.5558.04
HexD850C503F9F134403a
Octal330120305077111746410072
Binary110110001010000110001010111111100111111001101001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D850C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D850C5; }

 p { color: rgb(216,80,197); }

 H1.HeaderClassName
 {
   color: #D850C5;
 }
 .AnyTagClassName
 {
   color: #D850C5;
 }
</style>
background-color css

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

 a { background-color: rgb(216,80,197); }

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

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

 span { border-color: rgb(216,80,197); }

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