#DD33DE

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

Shades of Free Speech Magenta #DD33DE

Tints of Free Speech Magenta #DD33DE

Color information

#DD33DE (or 0xDD33DE) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 33 and DE. RGB value is (221,51,222). Sum of RGB (Red+Green+Blue) = 221+51+222=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 51 (20.31% from 255 or 10.32% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD33DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33DE is #22CC21. Grayscale: #787878. Windows color (decimal): -2280482 or 14562269. OLE color: 14562269.

HSL color Cylindrical-coordinate representation of color #DD33DE: hue angle of 299.65º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD33DE is Cyan = 0.00, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22151222-
CMYK0.000.7700.13
HSL299.65º72.15%53.53%-
HSV(B)299.65º77.03%87.06%-
XYZ44.1923.0171.22-
YUV121.32184.82199.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 51 (20.31% from 255) = 10.32%
BLUE value IS 222 (87.11% from 255) = 44.94%
R=44.74%
G=10.32%
B=44.94%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221512220.000.7700.13299.6572.1553.53
HexDD33DE04D0D12c4836
Octal33563336011501545411066
Binary110111011100111101111001001101011011001011001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD33DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD33DE; }

 p { color: rgb(221,51,222); }

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

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

 a { background-color: rgb(221,51,222); }

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

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

 span { border-color: rgb(221,51,222); }

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