#D55AC6

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

Shades of Free Speech Magenta #D55AC6

Tints of Free Speech Magenta #D55AC6

Color information

#D55AC6 (or 0xD55AC6) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5A and C6. RGB value is (213,90,198). Sum of RGB (Red+Green+Blue) = 213+90+198=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AC6 is #2AA539. Grayscale: #8A8A8A. Windows color (decimal): -2794810 or 12999381. OLE color: 12999381.

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

Color convert

RGB21390198-
CMYK00.580.070.16
HSL307.32º59.42%59.41%-
HSV(B)307.32º57.75%83.53%-
XYZ41.2925.5456.18-
YUV139.09161.25180.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 90 (35.55% from 255) = 17.96%
BLUE value IS 198 (77.73% from 255) = 39.52%
R=42.51%
G=17.96%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139019800.580.070.16307.3259.4259.41
HexD55AC603A7101333b3b
Octal3251323060727204637373
Binary11010101101101011000110011101011110000100110011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55AC6; }

 p { color: rgb(213,90,198); }

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

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

 a { background-color: rgb(213,90,198); }

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

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

 span { border-color: rgb(213,90,198); }

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