#DD5DBE

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

Shades of Free Speech Magenta #DD5DBE

Tints of Free Speech Magenta #DD5DBE

Color information

#DD5DBE (or 0xDD5DBE) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 5D and BE. RGB value is (221,93,190). Sum of RGB (Red+Green+Blue) = 221+93+190=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DBE is #22A241. Grayscale: #8E8E8E. Windows color (decimal): -2269762 or 12475869. OLE color: 12475869.

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

Color convert

RGB22193190-
CMYK00.580.140.13
HSL314.53º65.31%61.57%-
HSV(B)314.53º57.92%86.67%-
XYZ43.0326.9251.64-
YUV142.33154.91184.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 93 (36.72% from 255) = 18.45%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=43.85%
G=18.45%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219319000.580.140.13314.5365.3161.57
HexDD5DBE03AED13b413e
Octal335135276072161547310176
Binary110111011011101101111100111010111011011001110111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5DBE; }

 p { color: rgb(221,93,190); }

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

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

 a { background-color: rgb(221,93,190); }

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

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

 span { border-color: rgb(221,93,190); }

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