#DD35E6

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

Shades of Free Speech Magenta #DD35E6

Tints of Free Speech Magenta #DD35E6

Color information

#DD35E6 (or 0xDD35E6) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 35 and E6. RGB value is (221,53,230). Sum of RGB (Red+Green+Blue) = 221+53+230=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD35E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD35E6 is #22CA19. Grayscale: #7A7A7A. Windows color (decimal): -2279962 or 15087069. OLE color: 15087069.

HSL color Cylindrical-coordinate representation of color #DD35E6: hue angle of 296.95º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD35E6 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22153230-
CMYK0.040.7700.10
HSL296.95º77.97%55.49%-
HSV(B)296.95º76.96%90.2%-
XYZ45.3723.6377.03-
YUV123.41188.16197.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 53 (21.09% from 255) = 10.52%
BLUE value IS 230 (90.23% from 255) = 45.63%
R=43.85%
G=10.52%
B=45.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal221532300.040.7700.10296.9577.9755.49
HexDD35E644D0A1294e37
Octal33565346411501245111667
Binary11011101110101111001101001001101010101001010011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD35E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD35E6; }

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

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

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

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

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

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

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

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