Html Css Color HEX #DD44C1 Free Speech Magenta

📋 copy color: '#DD44C1'

red 221 ◦ green 68 ◦ blue 193

#DD44C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #DD44C1

Tints of Free Speech Magenta #DD44C1

RGB

 RED value IS 221 (86.72% from 255) = 45.85%

 GREEN value IS 68 (26.95% from 255) = 14.11%

 BLUE value IS 193 (75.78% from 255) = 40.04%

R = 45.85%
G = 14.11%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD44C1 (or 0xDD44C1) is known color: Free Speech Magenta. HEX triplet: DD, 44 and C1. RGB value is (221,68,193). Sum of RGB (Red+Green+Blue) = 221+68+193=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44C1 is #22BB3E. Grayscale: #7F7F7F. Windows color (decimal): -2276159 or 12666077. OLE color: 12666077.

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

Color convert

RGB 221 68 193 -
CMYK 0 0.69 0.13 0.13
HSL 310.98º 0.69% 0.57% -
HSV(B) 310.98º 0.69% 0.87% -
XYZ 41.51 23.36 52.77 -
YUV 128 164.69 194.34 -
System Red Green Blue C M Y K H S L
Decimal 221 68 193 0 0.69 0.13 0.13 310.98 0.69 0.57
Hex DD 44 C1 0 45 D D 137 45 39
Octal 335 104 301 0 105 15 15 467 105 71
Binary 11011101 1000100 11000001 0 1000101 1101 1101 100110111 1000101 111001

Color Harmonies of #DD44C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44C1

Black with #DD44C1

Text Example


Text Example

White with #DD44C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44C1; }

 p { color: rgb(221,68,193); }

 H1.HeaderClassName
 {
   color: #DD44C1;
 }
 .AnyTagClassName
 {
   color: #DD44C1;
 }
</style>

background-color css

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

 a { background-color: rgb(221,68,193); }

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

border-color css

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

 span { border-color: rgb(221,68,193); }

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