#d853c3

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

Shades of Free Speech Magenta #D853C3

Tints of Free Speech Magenta #D853C3

Color information

#D853C3 (or 0xD853C3) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 53 and C3. RGB value is (216,83,195). Sum of RGB (Red+Green+Blue) = 216+83+195=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D853C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D853C3 is #27AC3C. Grayscale: #878787. Windows color (decimal): -2599997 or 12800984. OLE color: 12800984.

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

Color convert

RGB21683195-
CMYK00.620.100.15
HSL309.47º63.03%58.63%-
HSV(B)309.47º61.57%84.71%-
XYZ41.2624.7354.23-
YUV135.54161.56185.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.72%
GREEN value IS 83 (32.81% from 255) = 16.80%
BLUE value IS 195 (76.56% from 255) = 39.47%
R=43.72%
G=16.80%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168319500.620.100.15309.4763.0358.63
HexD853C303EAF1353f3b
Octal33012330307612174657773
Binary11011000101001111000011011111010101111100110101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d853c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d853c3; }

 p { color: rgb(216,83,195); }

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

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

 a { background-color: rgb(216,83,195); }

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

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

 span { border-color: rgb(216,83,195); }

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