#D554C8

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

Shades of Free Speech Magenta #D554C8

Tints of Free Speech Magenta #D554C8

Color information

#D554C8 (or 0xD554C8) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 54 and C8. RGB value is (213,84,200). Sum of RGB (Red+Green+Blue) = 213+84+200=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D554C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D554C8 is #2AAB37. Grayscale: #878787. Windows color (decimal): -2796344 or 13128917. OLE color: 13128917.

HSL color Cylindrical-coordinate representation of color #D554C8: hue angle of 306.05º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D554C8 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB21384200-
CMYK00.610.060.16
HSL306.05º60.56%58.24%-
HSV(B)306.05º60.56%83.53%-
XYZ41.0424.6657.24-
YUV135.8164.24183.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 84 (33.20% from 255) = 16.90%
BLUE value IS 200 (78.52% from 255) = 40.24%
R=42.86%
G=16.90%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138420000.610.060.16306.0560.5658.24
HexD554C803D6101323d3a
Octal3251243100756204627572
Binary11010101101010011001000011110111010000100110010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D554C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D554C8; }

 p { color: rgb(213,84,200); }

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

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

 a { background-color: rgb(213,84,200); }

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

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

 span { border-color: rgb(213,84,200); }

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