#DD45EE

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

Shades of Free Speech Magenta #DD45EE

Tints of Free Speech Magenta #DD45EE

Color information

#DD45EE (or 0xDD45EE) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 45 and EE. RGB value is (221,69,238). Sum of RGB (Red+Green+Blue) = 221+69+238=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 69 (27.34% from 255 or 13.07% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD45EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD45EE is #22BA11. Grayscale: #858585. Windows color (decimal): -2275858 or 15615453. OLE color: 15615453.

HSL color Cylindrical-coordinate representation of color #DD45EE: hue angle of 293.96º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD45EE is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22169238-
CMYK0.070.7100.07
HSL293.96º83.25%60.2%-
HSV(B)293.96º71.01%93.33%-
XYZ47.3825.883.37-
YUV133.71186.86190.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 69 (27.34% from 255) = 13.07%
BLUE value IS 238 (93.36% from 255) = 45.08%
R=41.86%
G=13.07%
B=45.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221692380.070.7100.07293.9683.2560.2
HexDD45EE74707126533c
Octal33510535671070744612374
Binary11011101100010111101110111100011101111001001101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD45EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD45EE; }

 p { color: rgb(221,69,238); }

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

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

 a { background-color: rgb(221,69,238); }

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

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

 span { border-color: rgb(221,69,238); }

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