#D54ACE

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

Shades of Free Speech Magenta #D54ACE

Tints of Free Speech Magenta #D54ACE

Color information

#D54ACE (or 0xD54ACE) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 4A and CE. RGB value is (213,74,206). Sum of RGB (Red+Green+Blue) = 213+74+206=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D54ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54ACE is #2AB531. Grayscale: #828282. Windows color (decimal): -2798898 or 13519573. OLE color: 13519573.

HSL color Cylindrical-coordinate representation of color #D54ACE: hue angle of 303.02º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54ACE is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB21374206-
CMYK00.650.030.16
HSL303.02º62.33%56.27%-
HSV(B)303.02º65.26%83.53%-
XYZ41.0323.560.77-
YUV130.61170.55186.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 74 (29.30% from 255) = 15.01%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=43.20%
G=15.01%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2137420600.650.030.16303.0262.3356.27
HexD54ACE04131012f3e38
Octal32511231601013204577670
Binary11010101100101011001110010000011110000100101111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54ACE; }

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

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

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

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

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

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

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

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