Html Css Color HEX #DD3EED Free Speech Magenta

📋 copy color: '#DD3EED'

red 221 ◦ green 62 ◦ blue 237

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

Shades of Free Speech Magenta #DD3EED

Tints of Free Speech Magenta #DD3EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.58%

R = 42.5%
G = 11.92%
B = 45.58%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD3EED (or 0xDD3EED) is known color: Free Speech Magenta. HEX triplet: DD, 3E and ED. RGB value is (221,62,237). Sum of RGB (Red+Green+Blue) = 221+62+237=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 62 (24.61% from 255 or 11.92% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD3EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD3EED is #22C112. Grayscale: #808080. Windows color (decimal): -2277651 or 15548125. OLE color: 15548125.

HSL color Cylindrical-coordinate representation of color #DD3EED: hue angle of 294.51º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3EED is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 62 237 -
CMYK 0.07 0.74 0 0.07
HSL 294.51º 0.83% 0.59% -
HSV(B) 294.51º 0.74% 0.93% -
XYZ 46.83 24.93 82.47 -
YUV 129.49 188.68 193.27 -
System Red Green Blue C M Y K H S L
Decimal 221 62 237 0.07 0.74 0 0.07 294.51 0.83 0.59
Hex DD 3E ED 7 4A 0 7 127 53 3B
Octal 335 76 355 7 112 0 7 447 123 73
Binary 11011101 111110 11101101 111 1001010 0 111 100100111 1010011 111011

Color Harmonies of #DD3EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3EED

Black with #DD3EED

Text Example


Text Example

White with #DD3EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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