Html Css Color HEX #DD44D6 Free Speech Magenta

📋 copy color: '#DD44D6'

red 221 ◦ green 68 ◦ blue 214

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

Shades of Free Speech Magenta #DD44D6

Tints of Free Speech Magenta #DD44D6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.52%

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

R = 43.94%
G = 13.52%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD44D6 (or 0xDD44D6) is known color: Free Speech Magenta. HEX triplet: DD, 44 and D6. RGB value is (221,68,214). Sum of RGB (Red+Green+Blue) = 221+68+214=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44D6 is #22BB29. Grayscale: #818181. Windows color (decimal): -2276138 or 14042333. OLE color: 14042333.

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

Color convert

RGB 221 68 214 -
CMYK 0 0.69 0.03 0.13
HSL 302.75º 0.69% 0.57% -
HSV(B) 302.75º 0.69% 0.87% -
XYZ 44.02 24.36 66 -
YUV 130.39 175.19 192.63 -
System Red Green Blue C M Y K H S L
Decimal 221 68 214 0 0.69 0.03 0.13 302.75 0.69 0.57
Hex DD 44 D6 0 45 3 D 12F 45 39
Octal 335 104 326 0 105 3 15 457 105 71
Binary 11011101 1000100 11010110 0 1000101 11 1101 100101111 1000101 111001

Color Harmonies of #DD44D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44D6

Black with #DD44D6

Text Example


Text Example

White with #DD44D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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