#D548D2

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

Shades of Free Speech Magenta #D548D2

Tints of Free Speech Magenta #D548D2

Color information

#D548D2 (or 0xD548D2) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 48 and D2. RGB value is (213,72,210). Sum of RGB (Red+Green+Blue) = 213+72+210=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D548D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D548D2 is #2AB72D. Grayscale: #818181. Windows color (decimal): -2799406 or 13781205. OLE color: 13781205.

HSL color Cylindrical-coordinate representation of color #D548D2: hue angle of 301.28º 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 #D548D2 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB21372210-
CMYK00.660.010.16
HSL301.28º62.67%55.88%-
HSV(B)301.28º66.2%83.53%-
XYZ41.3923.4363.31-
YUV129.89173.21187.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 72 (28.52% from 255) = 14.55%
BLUE value IS 210 (82.42% from 255) = 42.42%
R=43.03%
G=14.55%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137221000.660.010.16301.2862.6755.88
HexD548D204211012d3f38
Octal32511032201021204557770
Binary1101010110010001101001001000010110000100101101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D548D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D548D2; }

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

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

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

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

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

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

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

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