#D45AD5

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

Shades of Free Speech Magenta #D45AD5

Tints of Free Speech Magenta #D45AD5

Color information

#D45AD5 (or 0xD45AD5) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 5A and D5. RGB value is (212,90,213). Sum of RGB (Red+Green+Blue) = 212+90+213=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #D45AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45AD5 is #2BA52A. Grayscale: #8C8C8C. Windows color (decimal): -2860331 or 13982420. OLE color: 13982420.

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

Color convert

RGB21290213-
CMYK0.000.5800.16
HSL299.51º59.42%59.41%-
HSV(B)299.51º57.75%83.53%-
XYZ42.8226.1165.73-
YUV140.5168.92179-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.17%
GREEN value IS 90 (35.55% from 255) = 17.48%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=41.17%
G=17.48%
B=41.36%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal212902130.000.5800.16299.5159.4259.41
HexD45AD503A01012c3b3b
Octal3241323250720204547373
Binary110101001011010110101010111010010000100101100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45AD5; }

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

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

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

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

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

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

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

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