#DC33DD

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

Shades of Free Speech Magenta #DC33DD

Tints of Free Speech Magenta #DC33DD

Color information

#DC33DD (or 0xDC33DD) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 33 and DD. RGB value is (220,51,221). Sum of RGB (Red+Green+Blue) = 220+51+221=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC33DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC33DD is #23CC22. Grayscale: #787878. Windows color (decimal): -2346019 or 14496732. OLE color: 14496732.

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

Color convert

RGB22051221-
CMYK0.000.7700.13
HSL299.65º71.43%53.33%-
HSV(B)299.65º76.92%86.67%-
XYZ43.7522.870.5-
YUV120.91184.49198.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.72%
GREEN value IS 51 (20.31% from 255) = 10.37%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=44.72%
G=10.37%
B=44.92%

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
Decimal220512210.000.7700.13299.6571.4353.33
HexDC33DD04D0D12c4735
Octal33463335011501545410765
Binary110111001100111101110101001101011011001011001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC33DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC33DD; }

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

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

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

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

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

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

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

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