#DD34DC

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

Shades of Free Speech Magenta #DD34DC

Tints of Free Speech Magenta #DD34DC

Color information

#DD34DC (or 0xDD34DC) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 34 and DC. RGB value is (221,52,220). Sum of RGB (Red+Green+Blue) = 221+52+220=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 52 (20.70% from 255 or 10.55% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD34DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD34DC is #22CB23. Grayscale: #797979. Windows color (decimal): -2280228 or 14431453. OLE color: 14431453.

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

Color convert

RGB22152220-
CMYK00.760.000.13
HSL300.36º71.31%53.53%-
HSV(B)300.36º76.47%86.67%-
XYZ43.972369.83-
YUV121.68183.49198.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 52 (20.70% from 255) = 10.55%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=44.83%
G=10.55%
B=44.62%

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
Decimal2215222000.760.000.13300.3671.3153.53
HexDD34DC04C0D12c4736
Octal33564334011401545410766
Binary110111011101001101110001001100011011001011001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD34DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD34DC; }

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

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

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

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

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

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

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

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