Html Css Color HEX #DD4DEE Free Speech Magenta

📋 copy color: '#DD4DEE'

red 221 ◦ green 77 ◦ blue 238

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

Shades of Free Speech Magenta #DD4DEE

Tints of Free Speech Magenta #DD4DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.37%

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

R = 41.23%
G = 14.37%
B = 44.4%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD4DEE (or 0xDD4DEE) is known color: Free Speech Magenta. HEX triplet: DD, 4D and EE. RGB value is (221,77,238). Sum of RGB (Red+Green+Blue) = 221+77+238=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 77 (30.47% from 255 or 14.37% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD4DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4DEE is #22B211. Grayscale: #898989. Windows color (decimal): -2273810 or 15617501. OLE color: 15617501.

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

Color convert

RGB 221 77 238 -
CMYK 0.07 0.68 0 0.07
HSL 293.66º 0.83% 0.62% -
HSV(B) 293.66º 0.68% 0.93% -
XYZ 47.91 26.85 83.55 -
YUV 138.41 184.21 186.91 -
System Red Green Blue C M Y K H S L
Decimal 221 77 238 0.07 0.68 0 0.07 293.66 0.83 0.62
Hex DD 4D EE 7 44 0 7 126 53 3E
Octal 335 115 356 7 104 0 7 446 123 76
Binary 11011101 1001101 11101110 111 1000100 0 111 100100110 1010011 111110

Color Harmonies of #DD4DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4DEE

Black with #DD4DEE

Text Example


Text Example

White with #DD4DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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