Html Css Color HEX #DD4DED Free Speech Magenta

📋 copy color: '#DD4DED'

red 221 ◦ green 77 ◦ blue 237

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

Shades of Free Speech Magenta #DD4DED

Tints of Free Speech Magenta #DD4DED

RGB

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

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

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

R = 41.31%
G = 14.39%
B = 44.3%

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

#DD4DED (or 0xDD4DED) is known color: Free Speech Magenta. HEX triplet: DD, 4D and ED. RGB value is (221,77,237). Sum of RGB (Red+Green+Blue) = 221+77+237=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 77 (30.47% from 255 or 14.39% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD4DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD4DED is #22B212. Grayscale: #898989. Windows color (decimal): -2273811 or 15551965. OLE color: 15551965.

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

Color convert

RGB 221 77 237 -
CMYK 0.07 0.68 0 0.07
HSL 294º 0.82% 0.62% -
HSV(B) 294º 0.68% 0.93% -
XYZ 47.76 26.79 82.78 -
YUV 138.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 221 77 237 0.07 0.68 0 0.07 294 0.82 0.62
Hex DD 4D ED 7 44 0 7 126 52 3E
Octal 335 115 355 7 104 0 7 446 122 76
Binary 11011101 1001101 11101101 111 1000100 0 111 100100110 1010010 111110

Color Harmonies of #DD4DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4DED

Black with #DD4DED

Text Example


Text Example

White with #DD4DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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