#D853F1

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

Shades of Free Speech Magenta #D853F1

Tints of Free Speech Magenta #D853F1

Color information

#D853F1 (or 0xD853F1) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 53 and F1. RGB value is (216,83,241). Sum of RGB (Red+Green+Blue) = 216+83+241=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #D853F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D853F1 is #27AC0E. Grayscale: #8C8C8C. Windows color (decimal): -2599951 or 15815640. OLE color: 15815640.

HSL color Cylindrical-coordinate representation of color #D853F1: hue angle of 290.51º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D853F1 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21683241-
CMYK0.100.6600.05
HSL290.51º84.95%63.53%-
HSV(B)290.51º65.56%94.51%-
XYZ47.2927.1485.96-
YUV140.78184.56181.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 83 (32.81% from 255) = 15.37%
BLUE value IS 241 (94.53% from 255) = 44.63%
R=40%
G=15.37%
B=44.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal216832410.100.6600.05290.5184.9563.53
HexD853F1A42051235540
Octal3301233611210205443125100
Binary1101100010100111111000110101000010010110010001110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D853F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D853F1; }

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

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

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

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

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

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

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

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