#D55CD3

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

Shades of Free Speech Magenta #D55CD3

Tints of Free Speech Magenta #D55CD3

Color information

#D55CD3 (or 0xD55CD3) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5C and D3. RGB value is (213,92,211). Sum of RGB (Red+Green+Blue) = 213+92+211=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CD3 is #2AA32C. Grayscale: #8D8D8D. Windows color (decimal): -2794285 or 13851861. OLE color: 13851861.

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

Color convert

RGB21392211-
CMYK00.570.010.16
HSL300.99º59.02%59.8%-
HSV(B)300.99º56.81%83.53%-
XYZ43.0326.564.48-
YUV141.74167.09178.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.28%
GREEN value IS 92 (36.33% from 255) = 17.83%
BLUE value IS 211 (82.81% from 255) = 40.89%
R=41.28%
G=17.83%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139221100.570.010.16300.9959.0259.8
HexD55CD303911012d3b3c
Octal3251343230711204557374
Binary110101011011100110100110111001110000100101101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55CD3; }

 p { color: rgb(213,92,211); }

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

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

 a { background-color: rgb(213,92,211); }

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

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

 span { border-color: rgb(213,92,211); }

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