Html Css Color HEX #DD4EC6 Free Speech Magenta

📋 copy color: '#DD4EC6'

red 221 ◦ green 78 ◦ blue 198

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

Shades of Free Speech Magenta #DD4EC6

Tints of Free Speech Magenta #DD4EC6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.69%

 BLUE value IS 198 (77.73% from 255) = 39.84%

R = 44.47%
G = 15.69%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD4EC6 (or 0xDD4EC6) is known color: Free Speech Magenta. HEX triplet: DD, 4E and C6. RGB value is (221,78,198). Sum of RGB (Red+Green+Blue) = 221+78+198=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4EC6 is #22B139. Grayscale: #868686. Windows color (decimal): -2273594 or 12996317. OLE color: 12996317.

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

Color convert

RGB 221 78 198 -
CMYK 0 0.65 0.10 0.13
HSL 309.65º 0.68% 0.59% -
HSV(B) 309.65º 0.65% 0.87% -
XYZ 42.74 24.9 55.98 -
YUV 134.44 163.88 189.74 -
System Red Green Blue C M Y K H S L
Decimal 221 78 198 0 0.65 0.10 0.13 309.65 0.68 0.59
Hex DD 4E C6 0 41 A D 136 44 3B
Octal 335 116 306 0 101 12 15 466 104 73
Binary 11011101 1001110 11000110 0 1000001 1010 1101 100110110 1000100 111011

Color Harmonies of #DD4EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4EC6

Black with #DD4EC6

Text Example


Text Example

White with #DD4EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4EC6; }

 p { color: rgb(221,78,198); }

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

background-color css

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

 a { background-color: rgb(221,78,198); }

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

border-color css

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

 span { border-color: rgb(221,78,198); }

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