Html Css Color HEX #DD40ED Free Speech Magenta

📋 copy color: '#DD40ED'

red 221 ◦ green 64 ◦ blue 237

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

Shades of Free Speech Magenta #DD40ED

Tints of Free Speech Magenta #DD40ED

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.26%

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

R = 42.34%
G = 12.26%
B = 45.4%

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

#DD40ED (or 0xDD40ED) is known color: Free Speech Magenta. HEX triplet: DD, 40 and ED. RGB value is (221,64,237). Sum of RGB (Red+Green+Blue) = 221+64+237=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 64 (25.39% from 255 or 12.26% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD40ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD40ED is #22BF12. Grayscale: #828282. Windows color (decimal): -2277139 or 15548637. OLE color: 15548637.

HSL color Cylindrical-coordinate representation of color #DD40ED: hue angle of 294.45º 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 #DD40ED is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 64 237 -
CMYK 0.07 0.73 0 0.07
HSL 294.45º 0.83% 0.59% -
HSV(B) 294.45º 0.73% 0.93% -
XYZ 46.94 25.15 82.5 -
YUV 130.67 188.01 192.43 -
System Red Green Blue C M Y K H S L
Decimal 221 64 237 0.07 0.73 0 0.07 294.45 0.83 0.59
Hex DD 40 ED 7 49 0 7 126 53 3B
Octal 335 100 355 7 111 0 7 446 123 73
Binary 11011101 1000000 11101101 111 1001001 0 111 100100110 1010011 111011

Color Harmonies of #DD40ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD40ED

Black with #DD40ED

Text Example


Text Example

White with #DD40ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD40ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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