#D55CD2

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

Shades of Free Speech Magenta #D55CD2

Tints of Free Speech Magenta #D55CD2

Color information

#D55CD2 (or 0xD55CD2) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5C and D2. RGB value is (213,92,210). Sum of RGB (Red+Green+Blue) = 213+92+210=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CD2 is #2AA32D. Grayscale: #8D8D8D. Windows color (decimal): -2794286 or 13786325. OLE color: 13786325.

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

Color convert

RGB21392210-
CMYK00.570.010.16
HSL301.49º59.02%59.8%-
HSV(B)301.49º56.81%83.53%-
XYZ42.926.4563.82-
YUV141.63166.59178.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 92 (36.33% from 255) = 17.86%
BLUE value IS 210 (82.42% from 255) = 40.78%
R=41.36%
G=17.86%
B=40.78%

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
Decimal2139221000.570.010.16301.4959.0259.8
HexD55CD203911012d3b3c
Octal3251343220711204557374
Binary110101011011100110100100111001110000100101101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55CD2; }

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

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

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

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

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

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

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

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