#DF33DD

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

Shades of Free Speech Magenta #DF33DD

Tints of Free Speech Magenta #DF33DD

Color information

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

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

Color convert

RGB22351221-
CMYK00.770.010.13
HSL300.7º72.88%53.73%-
HSV(B)300.7º77.13%87.45%-
XYZ44.6723.2870.55-
YUV121.81183.98200.18-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2235122100.770.010.13300.772.8853.73
HexDF33DD04D1D12d4936
Octal33763335011511545511166
Binary110111111100111101110101001101111011001011011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF33DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF33DD; }

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

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

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

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

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

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

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

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