#D853D4

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

Shades of Free Speech Magenta #D853D4

Tints of Free Speech Magenta #D853D4

Color information

#D853D4 (or 0xD853D4) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 53 and D4. RGB value is (216,83,212). Sum of RGB (Red+Green+Blue) = 216+83+212=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D853D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D853D4 is #27AC2B. Grayscale: #898989. Windows color (decimal): -2599980 or 13915096. OLE color: 13915096.

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

Color convert

RGB21683212-
CMYK00.620.020.15
HSL301.8º63.03%58.63%-
HSV(B)301.8º61.57%84.71%-
XYZ43.325.5464.93-
YUV137.47170.06184.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.27%
GREEN value IS 83 (32.81% from 255) = 16.24%
BLUE value IS 212 (83.20% from 255) = 41.49%
R=42.27%
G=16.24%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168321200.620.020.15301.863.0358.63
HexD853D403E2F12e3f3b
Octal3301233240762174567773
Binary110110001010011110101000111110101111100101110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D853D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D853D4; }

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

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

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

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

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

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

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

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