Html Css Color HEX #DD3EC7 Free Speech Magenta

📋 copy color: '#DD3EC7'

red 221 ◦ green 62 ◦ blue 199

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

Shades of Free Speech Magenta #DD3EC7

Tints of Free Speech Magenta #DD3EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.29%

R = 45.85%
G = 12.86%
B = 41.29%

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

#DD3EC7 (or 0xDD3EC7) is known color: Free Speech Magenta. HEX triplet: DD, 3E and C7. RGB value is (221,62,199). Sum of RGB (Red+Green+Blue) = 221+62+199=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD3EC7 is #22C138. Grayscale: #7C7C7C. Windows color (decimal): -2277689 or 13057757. OLE color: 13057757.

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

Color convert

RGB 221 62 199 -
CMYK 0 0.72 0.10 0.13
HSL 308.3º 0.7% 0.55% -
HSV(B) 308.3º 0.72% 0.87% -
XYZ 41.85 22.94 56.26 -
YUV 125.16 169.68 196.36 -
System Red Green Blue C M Y K H S L
Decimal 221 62 199 0 0.72 0.10 0.13 308.3 0.7 0.55
Hex DD 3E C7 0 48 A D 134 46 37
Octal 335 76 307 0 110 12 15 464 106 67
Binary 11011101 111110 11000111 0 1001000 1010 1101 100110100 1000110 110111

Color Harmonies of #DD3EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3EC7

Black with #DD3EC7

Text Example


Text Example

White with #DD3EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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