#DD4CBD

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

Shades of Free Speech Magenta #DD4CBD

Tints of Free Speech Magenta #DD4CBD

Color information

#DD4CBD (or 0xDD4CBD) is unknown color: approx Free Speech Magenta. HEX triplet: DD, 4C and BD. RGB value is (221,76,189). Sum of RGB (Red+Green+Blue) = 221+76+189=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CBD is #22B342. Grayscale: #838383. Windows color (decimal): -2274115 or 12405981. OLE color: 12405981.

HSL color Cylindrical-coordinate representation of color #DD4CBD: hue angle of 313.24º 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 #DD4CBD is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB22176189-
CMYK00.660.140.13
HSL313.24º68.08%58.24%-
HSV(B)313.24º65.61%86.67%-
XYZ41.5924.2250.63-
YUV132.24160.04191.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 76 (30.08% from 255) = 15.64%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=45.47%
G=15.64%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217618900.660.140.13313.2468.0858.24
HexDD4CBD042ED139443a
Octal3351142750102161547110472
Binary1101110110011001011110101000010111011011001110011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4CBD; }

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

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

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

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

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

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

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

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