#D548D1

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

Shades of Free Speech Magenta #D548D1

Tints of Free Speech Magenta #D548D1

Color information

#D548D1 (or 0xD548D1) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 48 and D1. RGB value is (213,72,209). Sum of RGB (Red+Green+Blue) = 213+72+209=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D548D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D548D1 is #2AB72E. Grayscale: #818181. Windows color (decimal): -2799407 or 13715669. OLE color: 13715669.

HSL color Cylindrical-coordinate representation of color #D548D1: hue angle of 301.7º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D548D1 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB21372209-
CMYK00.660.020.16
HSL301.7º62.67%55.88%-
HSV(B)301.7º66.2%83.53%-
XYZ41.2723.3862.66-
YUV129.78172.71187.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 72 (28.52% from 255) = 14.57%
BLUE value IS 209 (82.03% from 255) = 42.31%
R=43.12%
G=14.57%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137220900.660.020.16301.762.6755.88
HexD548D104221012e3f38
Octal32511032101022204567770
Binary11010101100100011010001010000101010000100101110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D548D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D548D1; }

 p { color: rgb(213,72,209); }

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

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

 a { background-color: rgb(213,72,209); }

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

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

 span { border-color: rgb(213,72,209); }

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