Html Css Color HEX #DD41D3 Free Speech Magenta

📋 copy color: '#DD41D3'

red 221 ◦ green 65 ◦ blue 211

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

Shades of Free Speech Magenta #DD41D3

Tints of Free Speech Magenta #DD41D3

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.08%

 BLUE value IS 211 (82.81% from 255) = 42.45%

R = 44.47%
G = 13.08%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD41D3 (or 0xDD41D3) is known color: Free Speech Magenta. HEX triplet: DD, 41 and D3. RGB value is (221,65,211). Sum of RGB (Red+Green+Blue) = 221+65+211=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 211 (82.81% from 255 or 42.45% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41D3 is #22BE2C. Grayscale: #7F7F7F. Windows color (decimal): -2276909 or 13844957. OLE color: 13844957.

HSL color Cylindrical-coordinate representation of color #DD41D3: hue angle of 303.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD41D3 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 65 211 -
CMYK 0 0.71 0.05 0.13
HSL 303.85º 0.7% 0.56% -
HSV(B) 303.85º 0.71% 0.87% -
XYZ 43.47 23.86 63.94 -
YUV 128.29 174.68 194.13 -
System Red Green Blue C M Y K H S L
Decimal 221 65 211 0 0.71 0.05 0.13 303.85 0.7 0.56
Hex DD 41 D3 0 47 5 D 130 46 38
Octal 335 101 323 0 107 5 15 460 106 70
Binary 11011101 1000001 11010011 0 1000111 101 1101 100110000 1000110 111000

Color Harmonies of #DD41D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41D3

Black with #DD41D3

Text Example


Text Example

White with #DD41D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41D3; }

 p { color: rgb(221,65,211); }

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

background-color css

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

 a { background-color: rgb(221,65,211); }

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

border-color css

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

 span { border-color: rgb(221,65,211); }

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