#D858C1

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

Shades of Free Speech Magenta #D858C1

Tints of Free Speech Magenta #D858C1

Color information

#D858C1 (or 0xD858C1) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 58 and C1. RGB value is (216,88,193). Sum of RGB (Red+Green+Blue) = 216+88+193=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D858C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D858C1 is #27A73E. Grayscale: #898989. Windows color (decimal): -2598719 or 12671192. OLE color: 12671192.

HSL color Cylindrical-coordinate representation of color #D858C1: hue angle of 310.78º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D858C1 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB21688193-
CMYK00.590.110.15
HSL310.78º62.14%59.61%-
HSV(B)310.78º59.26%84.71%-
XYZ41.4325.4353.18-
YUV138.24158.91183.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.46%
GREEN value IS 88 (34.77% from 255) = 17.71%
BLUE value IS 193 (75.78% from 255) = 38.83%
R=43.46%
G=17.71%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168819300.590.110.15310.7862.1459.61
HexD858C103BBF1373e3c
Octal33013030107313174677674
Binary11011000101100011000001011101110111111100110111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D858C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D858C1; }

 p { color: rgb(216,88,193); }

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

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

 a { background-color: rgb(216,88,193); }

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

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

 span { border-color: rgb(216,88,193); }

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