#D857C1

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

Shades of Free Speech Magenta #D857C1

Tints of Free Speech Magenta #D857C1

Color information

#D857C1 (or 0xD857C1) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 57 and C1. RGB value is (216,87,193). Sum of RGB (Red+Green+Blue) = 216+87+193=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D857C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D857C1 is #27A83E. Grayscale: #898989. Windows color (decimal): -2598975 or 12670936. OLE color: 12670936.

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

Color convert

RGB21687193-
CMYK00.600.110.15
HSL310.7º62.32%59.41%-
HSV(B)310.7º59.72%84.71%-
XYZ41.3525.2753.15-
YUV137.66159.24183.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.55%
GREEN value IS 87 (34.38% from 255) = 17.54%
BLUE value IS 193 (75.78% from 255) = 38.91%
R=43.55%
G=17.54%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168719300.600.110.15310.762.3259.41
HexD857C103CBF1373e3b
Octal33012730107413174677673
Binary11011000101011111000001011110010111111100110111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D857C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D857C1; }

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

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

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

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

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

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

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

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