#DC35DD

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

Shades of Free Speech Magenta #DC35DD

Tints of Free Speech Magenta #DC35DD

Color information

#DC35DD (or 0xDC35DD) is unknown color: approx Free Speech Magenta. HEX triplet: DC, 35 and DD. RGB value is (220,53,221). Sum of RGB (Red+Green+Blue) = 220+53+221=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 53 (21.09% from 255 or 10.73% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC35DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC35DD is #23CA22. Grayscale: #797979. Windows color (decimal): -2345507 or 14497244. OLE color: 14497244.

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

Color convert

RGB22053221-
CMYK0.000.7600.13
HSL299.64º71.19%53.73%-
HSV(B)299.64º76.02%86.67%-
XYZ43.8422.9870.53-
YUV122.08183.83197.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.53%
GREEN value IS 53 (21.09% from 255) = 10.73%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=44.53%
G=10.73%
B=44.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal220532210.000.7600.13299.6471.1953.73
HexDC35DD04C0D12c4736
Octal33465335011401545410766
Binary110111001101011101110101001100011011001011001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC35DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC35DD; }

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

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

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

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

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

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

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

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