#D55DD1

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

Shades of Free Speech Magenta #D55DD1

Tints of Free Speech Magenta #D55DD1

Color information

#D55DD1 (or 0xD55DD1) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5D and D1. RGB value is (213,93,209). Sum of RGB (Red+Green+Blue) = 213+93+209=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DD1 is #2AA22E. Grayscale: #8D8D8D. Windows color (decimal): -2794031 or 13721045. OLE color: 13721045.

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

Color convert

RGB21393209-
CMYK00.560.020.16
HSL302º58.82%60%-
HSV(B)302º56.34%83.53%-
XYZ42.8626.5863.19-
YUV142.1165.76178.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 93 (36.72% from 255) = 18.06%
BLUE value IS 209 (82.03% from 255) = 40.58%
R=41.36%
G=18.06%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139320900.560.020.1630258.8260
HexD55DD103821012e3b3c
Octal3251353210702204567374
Binary1101010110111011101000101110001010000100101110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55DD1; }

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

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

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

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

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

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

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

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