#DD5CB6

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

Shades of Free Speech Magenta #DD5CB6

Tints of Free Speech Magenta #DD5CB6

Color information

#DD5CB6 (or 0xDD5CB6) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5C and B6. RGB value is (221,92,182). Sum of RGB (Red+Green+Blue) = 221+92+182=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CB6 is #22A349. Grayscale: #8C8C8C. Windows color (decimal): -2270026 or 11951325. OLE color: 11951325.

HSL color Cylindrical-coordinate representation of color #DD5CB6: hue angle of 318.14º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5CB6 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB22192182-
CMYK00.580.180.13
HSL318.14º65.48%61.37%-
HSV(B)318.14º58.37%86.67%-
XYZ42.0926.447.13-
YUV140.83151.24185.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 92 (36.33% from 255) = 18.59%
BLUE value IS 182 (71.48% from 255) = 36.77%
R=44.65%
G=18.59%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219218200.580.180.13318.1465.4861.37
HexDD5CB603A12D13e413d
Octal335134266072221547610175
Binary1101110110111001011011001110101001011011001111101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5CB6; }

 p { color: rgb(221,92,182); }

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

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

 a { background-color: rgb(221,92,182); }

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

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

 span { border-color: rgb(221,92,182); }

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