Html Css Color HEX #DD4FDC Free Speech Magenta

📋 copy color: '#DD4FDC'

red 221 ◦ green 79 ◦ blue 220

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

Shades of Free Speech Magenta #DD4FDC

Tints of Free Speech Magenta #DD4FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.19%

 BLUE value IS 220 (86.33% from 255) = 42.31%

R = 42.5%
G = 15.19%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD4FDC (or 0xDD4FDC) is known color: Free Speech Magenta. HEX triplet: DD, 4F and DC. RGB value is (221,79,220). Sum of RGB (Red+Green+Blue) = 221+79+220=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 79 (31.25% from 255 or 15.19% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FDC is #22B023. Grayscale: #898989. Windows color (decimal): -2273316 or 14438365. OLE color: 14438365.

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

Color convert

RGB 221 79 220 -
CMYK 0 0.64 0.00 0.13
HSL 300.42º 0.68% 0.59% -
HSV(B) 300.42º 0.64% 0.87% -
XYZ 45.53 26.13 70.35 -
YUV 137.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 221 79 220 0 0.64 0.00 0.13 300.42 0.68 0.59
Hex DD 4F DC 0 40 0 D 12C 44 3B
Octal 335 117 334 0 100 0 15 454 104 73
Binary 11011101 1001111 11011100 0 1000000 0 1101 100101100 1000100 111011

Color Harmonies of #DD4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4FDC

Black with #DD4FDC

Text Example


Text Example

White with #DD4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4FDC; }

 p { color: rgb(221,79,220); }

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

background-color css

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

 a { background-color: rgb(221,79,220); }

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

border-color css

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

 span { border-color: rgb(221,79,220); }

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