#D55AC7

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

Shades of Free Speech Magenta #D55AC7

Tints of Free Speech Magenta #D55AC7

Color information

#D55AC7 (or 0xD55AC7) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5A and C7. RGB value is (213,90,199). Sum of RGB (Red+Green+Blue) = 213+90+199=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55AC7 is #2AA538. Grayscale: #8A8A8A. Windows color (decimal): -2794809 or 13064917. OLE color: 13064917.

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

Color convert

RGB21390199-
CMYK00.580.070.16
HSL306.83º59.42%59.41%-
HSV(B)306.83º57.75%83.53%-
XYZ41.4125.5856.79-
YUV139.2161.75180.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.43%
GREEN value IS 90 (35.55% from 255) = 17.93%
BLUE value IS 199 (78.12% from 255) = 39.64%
R=42.43%
G=17.93%
B=39.64%

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
Decimal2139019900.580.070.16306.8359.4259.41
HexD55AC703A7101333b3b
Octal3251323070727204637373
Binary11010101101101011000111011101011110000100110011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55AC7; }

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

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

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

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

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

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

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

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