#D55ACE

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

Shades of Free Speech Magenta #D55ACE

Tints of Free Speech Magenta #D55ACE

Color information

#D55ACE (or 0xD55ACE) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5A and CE. RGB value is (213,90,206). Sum of RGB (Red+Green+Blue) = 213+90+206=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D55ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55ACE is #2AA531. Grayscale: #8B8B8B. Windows color (decimal): -2794802 or 13523669. OLE color: 13523669.

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

Color convert

RGB21390206-
CMYK00.580.030.16
HSL303.41º59.42%59.41%-
HSV(B)303.41º57.75%83.53%-
XYZ42.2425.9161.17-
YUV140165.25180.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 90 (35.55% from 255) = 17.68%
BLUE value IS 206 (80.86% from 255) = 40.47%
R=41.85%
G=17.68%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139020600.580.030.16303.4159.4259.41
HexD55ACE03A31012f3b3b
Octal3251323160723204577373
Binary1101010110110101100111001110101110000100101111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55ACE; }

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

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

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

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

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

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

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

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