Html Css Color HEX #DD3EEF Free Speech Magenta

📋 copy color: '#DD3EEF'

red 221 ◦ green 62 ◦ blue 239

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

Shades of Free Speech Magenta #DD3EEF

Tints of Free Speech Magenta #DD3EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 42.34%
G = 11.88%
B = 45.79%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD3EEF (or 0xDD3EEF) is known color: Free Speech Magenta. HEX triplet: DD, 3E and EF. RGB value is (221,62,239). Sum of RGB (Red+Green+Blue) = 221+62+239=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 62 (24.61% from 255 or 11.88% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD3EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD3EEF is #22C110. Grayscale: #818181. Windows color (decimal): -2277649 or 15679197. OLE color: 15679197.

HSL color Cylindrical-coordinate representation of color #DD3EEF: hue angle of 293.9º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3EEF is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 62 239 -
CMYK 0.08 0.74 0 0.06
HSL 293.9º 0.85% 0.59% -
HSV(B) 293.9º 0.74% 0.94% -
XYZ 47.12 25.05 84.01 -
YUV 129.72 189.68 193.11 -
System Red Green Blue C M Y K H S L
Decimal 221 62 239 0.08 0.74 0 0.06 293.9 0.85 0.59
Hex DD 3E EF 8 4A 0 6 126 55 3B
Octal 335 76 357 10 112 0 6 446 125 73
Binary 11011101 111110 11101111 1000 1001010 0 110 100100110 1010101 111011

Color Harmonies of #DD3EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3EEF

Black with #DD3EEF

Text Example


Text Example

White with #DD3EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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