#D848F5

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

Shades of Free Speech Magenta #D848F5

Tints of Free Speech Magenta #D848F5

Color information

#D848F5 (or 0xD848F5) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 48 and F5. RGB value is (216,72,245). Sum of RGB (Red+Green+Blue) = 216+72+245=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 72 (28.52% from 255 or 13.51% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #D848F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D848F5 is #27B70A. Grayscale: #868686. Windows color (decimal): -2602763 or 16074968. OLE color: 16074968.

HSL color Cylindrical-coordinate representation of color #D848F5: hue angle of 289.94º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D848F5 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21672245-
CMYK0.120.7100.04
HSL289.94º89.64%62.16%-
HSV(B)289.94º70.61%96.08%-
XYZ47.1225.8388.89-
YUV134.78190.21185.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 72 (28.52% from 255) = 13.51%
BLUE value IS 245 (96.09% from 255) = 45.97%
R=40.53%
G=13.51%
B=45.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal216722450.120.7100.04289.9489.6462.16
HexD848F5C47041225a3e
Octal330110365141070444213276
Binary110110001001000111101011100100011101001001000101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D848F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D848F5; }

 p { color: rgb(216,72,245); }

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

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

 a { background-color: rgb(216,72,245); }

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

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

 span { border-color: rgb(216,72,245); }

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