Html Css Color HEX #DD4DD6 Free Speech Magenta

📋 copy color: '#DD4DD6'

red 221 ◦ green 77 ◦ blue 214

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

Shades of Free Speech Magenta #DD4DD6

Tints of Free Speech Magenta #DD4DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 43.16%
G = 15.04%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD4DD6 (or 0xDD4DD6) is known color: Free Speech Magenta. HEX triplet: DD, 4D and D6. RGB value is (221,77,214). Sum of RGB (Red+Green+Blue) = 221+77+214=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 77 (30.47% from 255 or 15.04% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DD6 is #22B229. Grayscale: #878787. Windows color (decimal): -2273834 or 14044637. OLE color: 14044637.

HSL color Cylindrical-coordinate representation of color #DD4DD6: hue angle of 302.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4DD6 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 77 214 -
CMYK 0 0.65 0.03 0.13
HSL 302.92º 0.68% 0.58% -
HSV(B) 302.92º 0.65% 0.87% -
XYZ 44.61 25.53 66.2 -
YUV 135.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 221 77 214 0 0.65 0.03 0.13 302.92 0.68 0.58
Hex DD 4D D6 0 41 3 D 12F 44 3A
Octal 335 115 326 0 101 3 15 457 104 72
Binary 11011101 1001101 11010110 0 1000001 11 1101 100101111 1000100 111010

Color Harmonies of #DD4DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4DD6

Black with #DD4DD6

Text Example


Text Example

White with #DD4DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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