#D858C0

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

Shades of Free Speech Magenta #D858C0

Tints of Free Speech Magenta #D858C0

Color information

#D858C0 (or 0xD858C0) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 58 and C0. RGB value is (216,88,192). Sum of RGB (Red+Green+Blue) = 216+88+192=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D858C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D858C0 is #27A73F. Grayscale: #898989. Windows color (decimal): -2598720 or 12605656. OLE color: 12605656.

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

Color convert

RGB21688192-
CMYK00.590.110.15
HSL311.25º62.14%59.61%-
HSV(B)311.25º59.26%84.71%-
XYZ41.3225.3852.59-
YUV138.13158.41183.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.55%
GREEN value IS 88 (34.77% from 255) = 17.74%
BLUE value IS 192 (75.39% from 255) = 38.71%
R=43.55%
G=17.74%
B=38.71%

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
Decimal2168819200.590.110.15311.2562.1459.61
HexD858C003BBF1373e3c
Octal33013030007313174677674
Binary11011000101100011000000011101110111111100110111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D858C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D858C0; }

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

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

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

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

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

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

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

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