Html Css Color HEX #DD41ED Free Speech Magenta

📋 copy color: '#DD41ED'

red 221 ◦ green 65 ◦ blue 237

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

Shades of Free Speech Magenta #DD41ED

Tints of Free Speech Magenta #DD41ED

RGB

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

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

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

R = 42.26%
G = 12.43%
B = 45.32%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD41ED (or 0xDD41ED) is known color: Free Speech Magenta. HEX triplet: DD, 41 and ED. RGB value is (221,65,237). Sum of RGB (Red+Green+Blue) = 221+65+237=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 65 (25.78% from 255 or 12.43% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD41ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD41ED is #22BE12. Grayscale: #828282. Windows color (decimal): -2276883 or 15548893. OLE color: 15548893.

HSL color Cylindrical-coordinate representation of color #DD41ED: hue angle of 294.42º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD41ED is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 65 237 -
CMYK 0.07 0.73 0 0.07
HSL 294.42º 0.83% 0.59% -
HSV(B) 294.42º 0.73% 0.93% -
XYZ 47 25.27 82.52 -
YUV 131.25 187.68 192.01 -
System Red Green Blue C M Y K H S L
Decimal 221 65 237 0.07 0.73 0 0.07 294.42 0.83 0.59
Hex DD 41 ED 7 49 0 7 126 53 3B
Octal 335 101 355 7 111 0 7 446 123 73
Binary 11011101 1000001 11101101 111 1001001 0 111 100100110 1010011 111011

Color Harmonies of #DD41ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41ED

Black with #DD41ED

Text Example


Text Example

White with #DD41ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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