#DD33DF

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

Shades of Free Speech Magenta #DD33DF

Tints of Free Speech Magenta #DD33DF

Color information

#DD33DF (or 0xDD33DF) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 33 and DF. RGB value is (221,51,223). Sum of RGB (Red+Green+Blue) = 221+51+223=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD33DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD33DF is #22CC20. Grayscale: #787878. Windows color (decimal): -2280481 or 14627805. OLE color: 14627805.

HSL color Cylindrical-coordinate representation of color #DD33DF: hue angle of 299.3º degrees, saturation: 0.73, 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 #DD33DF is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB22151223-
CMYK0.010.7700.13
HSL299.3º72.88%53.73%-
HSV(B)299.3º77.13%87.45%-
XYZ44.3223.0771.93-
YUV121.44185.32199.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 51 (20.31% from 255) = 10.30%
BLUE value IS 223 (87.5% from 255) = 45.05%
R=44.65%
G=10.30%
B=45.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221512230.010.7700.13299.372.8853.73
HexDD33DF14D0D12b4936
Octal33563337111501545311166
Binary110111011100111101111111001101011011001010111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD33DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD33DF; }

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

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

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

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

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

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

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

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