#D55DC5

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

Shades of Free Speech Magenta #D55DC5

Tints of Free Speech Magenta #D55DC5

Color information

#D55DC5 (or 0xD55DC5) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5D and C5. RGB value is (213,93,197). Sum of RGB (Red+Green+Blue) = 213+93+197=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DC5 is #2AA23A. Grayscale: #8C8C8C. Windows color (decimal): -2794043 or 12934613. OLE color: 12934613.

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

Color convert

RGB21393197-
CMYK00.560.080.16
HSL308º58.82%60%-
HSV(B)308º56.34%83.53%-
XYZ41.4326.0155.66-
YUV140.74159.76179.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 93 (36.72% from 255) = 18.49%
BLUE value IS 197 (77.34% from 255) = 39.17%
R=42.35%
G=18.49%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139319700.560.080.1630858.8260
HexD55DC50388101343b3c
Octal32513530507010204647374
Binary110101011011101110001010111000100010000100110100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55DC5; }

 p { color: rgb(213,93,197); }

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

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

 a { background-color: rgb(213,93,197); }

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

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

 span { border-color: rgb(213,93,197); }

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