#DD4CD1

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

Shades of Free Speech Magenta #DD4CD1

Tints of Free Speech Magenta #DD4CD1

Color information

#DD4CD1 (or 0xDD4CD1) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4C and D1. RGB value is (221,76,209). Sum of RGB (Red+Green+Blue) = 221+76+209=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CD1 is #22B32E. Grayscale: #868686. Windows color (decimal): -2274095 or 13716701. OLE color: 13716701.

HSL color Cylindrical-coordinate representation of color #DD4CD1: hue angle of 304.97º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4CD1 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB22176209-
CMYK00.660.050.13
HSL304.97º68.08%58.24%-
HSV(B)304.97º65.61%86.67%-
XYZ43.9125.1462.86-
YUV134.52170.04189.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 76 (30.08% from 255) = 15.02%
BLUE value IS 209 (82.03% from 255) = 41.30%
R=43.68%
G=15.02%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217620900.660.050.13304.9768.0858.24
HexDD4CD10425D131443a
Octal335114321010251546110472
Binary110111011001100110100010100001010111011001100011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4CD1; }

 p { color: rgb(221,76,209); }

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

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

 a { background-color: rgb(221,76,209); }

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

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

 span { border-color: rgb(221,76,209); }

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