Html Css Color HEX #DD3EC6 Free Speech Magenta

📋 copy color: '#DD3EC6'

red 221 ◦ green 62 ◦ blue 198

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

Shades of Free Speech Magenta #DD3EC6

Tints of Free Speech Magenta #DD3EC6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.89%

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

R = 45.95%
G = 12.89%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD3EC6 (or 0xDD3EC6) is known color: Free Speech Magenta. HEX triplet: DD, 3E and C6. RGB value is (221,62,198). Sum of RGB (Red+Green+Blue) = 221+62+198=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 62 (24.61% from 255 or 12.89% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3EC6 is #22C139. Grayscale: #7C7C7C. Windows color (decimal): -2277690 or 12992221. OLE color: 12992221.

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

Color convert

RGB 221 62 198 -
CMYK 0 0.72 0.10 0.13
HSL 308.68º 0.7% 0.55% -
HSV(B) 308.68º 0.72% 0.87% -
XYZ 41.73 22.89 55.65 -
YUV 125.05 169.18 196.44 -
System Red Green Blue C M Y K H S L
Decimal 221 62 198 0 0.72 0.10 0.13 308.68 0.7 0.55
Hex DD 3E C6 0 48 A D 135 46 37
Octal 335 76 306 0 110 12 15 465 106 67
Binary 11011101 111110 11000110 0 1001000 1010 1101 100110101 1000110 110111

Color Harmonies of #DD3EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3EC6

Black with #DD3EC6

Text Example


Text Example

White with #DD3EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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