Html Css Color HEX #DD41D5 Free Speech Magenta

📋 copy color: '#DD41D5'

red 221 ◦ green 65 ◦ blue 213

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

Shades of Free Speech Magenta #DD41D5

Tints of Free Speech Magenta #DD41D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.69%

R = 44.29%
G = 13.03%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD41D5 (or 0xDD41D5) is known color: Free Speech Magenta. HEX triplet: DD, 41 and D5. RGB value is (221,65,213). Sum of RGB (Red+Green+Blue) = 221+65+213=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41D5 is #22BE2A. Grayscale: #808080. Windows color (decimal): -2276907 or 13976029. OLE color: 13976029.

HSL color Cylindrical-coordinate representation of color #DD41D5: hue angle of 303.08º 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 #DD41D5 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 65 213 -
CMYK 0 0.71 0.04 0.13
HSL 303.08º 0.7% 0.56% -
HSV(B) 303.08º 0.71% 0.87% -
XYZ 43.72 23.96 65.27 -
YUV 128.52 175.68 193.97 -
System Red Green Blue C M Y K H S L
Decimal 221 65 213 0 0.71 0.04 0.13 303.08 0.7 0.56
Hex DD 41 D5 0 47 4 D 12F 46 38
Octal 335 101 325 0 107 4 15 457 106 70
Binary 11011101 1000001 11010101 0 1000111 100 1101 100101111 1000110 111000

Color Harmonies of #DD41D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41D5

Black with #DD41D5

Text Example


Text Example

White with #DD41D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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