#D44CED

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

Shades of Free Speech Magenta #D44CED

Tints of Free Speech Magenta #D44CED

Color information

#D44CED (or 0xD44CED) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 4C and ED. RGB value is (212,76,237). Sum of RGB (Red+Green+Blue) = 212+76+237=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 76 (30.08% from 255 or 14.48% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #D44CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D44CED is #2BB312. Grayscale: #868686. Windows color (decimal): -2863891 or 15551700. OLE color: 15551700.

HSL color Cylindrical-coordinate representation of color #D44CED: hue angle of 290.68º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D44CED is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21276237-
CMYK0.110.6800.07
HSL290.68º81.73%61.37%-
HSV(B)290.68º67.93%92.94%-
XYZ45.0225.2882.63-
YUV135.02185.56182.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.38%
GREEN value IS 76 (30.08% from 255) = 14.48%
BLUE value IS 237 (92.97% from 255) = 45.14%
R=40.38%
G=14.48%
B=45.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal212762370.110.6800.07290.6881.7361.37
HexD44CEDB4407123523d
Octal324114355131040744312275
Binary110101001001100111011011011100010001111001000111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44CED; }

 p { color: rgb(212,76,237); }

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

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

 a { background-color: rgb(212,76,237); }

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

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

 span { border-color: rgb(212,76,237); }

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