#DD35DC

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

Shades of Free Speech Magenta #DD35DC

Tints of Free Speech Magenta #DD35DC

Color information

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

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

Color convert

RGB22153220-
CMYK00.760.000.13
HSL300.36º71.19%53.73%-
HSV(B)300.36º76.02%86.67%-
XYZ44.0123.0969.85-
YUV122.27183.16198.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215322000.760.000.13300.3671.1953.73
HexDD35DC04C0D12c4736
Octal33565334011401545410766
Binary110111011101011101110001001100011011001011001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD35DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD35DC; }

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

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

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

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

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

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

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

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