#DD3BE0

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

Shades of Free Speech Magenta #DD3BE0

Tints of Free Speech Magenta #DD3BE0

Color information

#DD3BE0 (or 0xDD3BE0) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 3B and E0. RGB value is (221,59,224). Sum of RGB (Red+Green+Blue) = 221+59+224=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD3BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3BE0 is #22C41F. Grayscale: #7D7D7D. Windows color (decimal): -2278432 or 14695389. OLE color: 14695389.

HSL color Cylindrical-coordinate representation of color #DD3BE0: hue angle of 298.91º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3BE0 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB22159224-
CMYK0.010.7400.12
HSL298.91º72.69%55.49%-
HSV(B)298.91º73.66%87.84%-
XYZ44.8423.8872.77-
YUV126.25183.17195.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 59 (23.44% from 255) = 11.71%
BLUE value IS 224 (87.89% from 255) = 44.44%
R=43.85%
G=11.71%
B=44.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal221592240.010.7400.12298.9172.6955.49
HexDD3BE014A0C12b4937
Octal33573340111201445311167
Binary110111011110111110000011001010011001001010111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3BE0; }

 p { color: rgb(221,59,224); }

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

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

 a { background-color: rgb(221,59,224); }

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

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

 span { border-color: rgb(221,59,224); }

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