Html Css Color HEX #DD4EEE Free Speech Magenta

📋 copy color: '#DD4EEE'

red 221 ◦ green 78 ◦ blue 238

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

Shades of Free Speech Magenta #DD4EEE

Tints of Free Speech Magenta #DD4EEE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.53%

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

R = 41.15%
G = 14.53%
B = 44.32%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD4EEE (or 0xDD4EEE) is known color: Free Speech Magenta. HEX triplet: DD, 4E and EE. RGB value is (221,78,238). Sum of RGB (Red+Green+Blue) = 221+78+238=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 78 (30.86% from 255 or 14.53% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4EEE is #22B111. Grayscale: #8A8A8A. Windows color (decimal): -2273554 or 15617757. OLE color: 15617757.

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

Color convert

RGB 221 78 238 -
CMYK 0.07 0.67 0 0.07
HSL 293.63º 0.82% 0.62% -
HSV(B) 293.63º 0.67% 0.93% -
XYZ 47.98 26.99 83.57 -
YUV 139 183.88 186.49 -
System Red Green Blue C M Y K H S L
Decimal 221 78 238 0.07 0.67 0 0.07 293.63 0.82 0.62
Hex DD 4E EE 7 43 0 7 126 52 3E
Octal 335 116 356 7 103 0 7 446 122 76
Binary 11011101 1001110 11101110 111 1000011 0 111 100100110 1010010 111110

Color Harmonies of #DD4EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4EEE

Black with #DD4EEE

Text Example


Text Example

White with #DD4EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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