Html Css Color HEX #DD3EEE Free Speech Magenta

📋 copy color: '#DD3EEE'

red 221 ◦ green 62 ◦ blue 238

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

Shades of Free Speech Magenta #DD3EEE

Tints of Free Speech Magenta #DD3EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 42.42%
G = 11.9%
B = 45.68%

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

#DD3EEE (or 0xDD3EEE) is known color: Free Speech Magenta. HEX triplet: DD, 3E and EE. RGB value is (221,62,238). Sum of RGB (Red+Green+Blue) = 221+62+238=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 62 (24.61% from 255 or 11.90% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD3EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD3EEE is #22C111. Grayscale: #818181. Windows color (decimal): -2277650 or 15613661. OLE color: 15613661.

HSL color Cylindrical-coordinate representation of color #DD3EEE: hue angle of 294.2º degrees, saturation: 0.84, 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 #DD3EEE is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 62 238 -
CMYK 0.07 0.74 0 0.07
HSL 294.2º 0.84% 0.59% -
HSV(B) 294.2º 0.74% 0.93% -
XYZ 46.97 24.99 83.24 -
YUV 129.61 189.18 193.19 -
System Red Green Blue C M Y K H S L
Decimal 221 62 238 0.07 0.74 0 0.07 294.2 0.84 0.59
Hex DD 3E EE 7 4A 0 7 126 54 3B
Octal 335 76 356 7 112 0 7 446 124 73
Binary 11011101 111110 11101110 111 1001010 0 111 100100110 1010100 111011

Color Harmonies of #DD3EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3EEE

Black with #DD3EEE

Text Example


Text Example

White with #DD3EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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