Html Css Color HEX #DD40DC Free Speech Magenta

📋 copy color: '#DD40DC'

red 221 ◦ green 64 ◦ blue 220

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

Shades of Free Speech Magenta #DD40DC

Tints of Free Speech Magenta #DD40DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 43.76%
G = 12.67%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD40DC (or 0xDD40DC) is known color: Free Speech Magenta. HEX triplet: DD, 40 and DC. RGB value is (221,64,220). Sum of RGB (Red+Green+Blue) = 221+64+220=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40DC is #22BF23. Grayscale: #808080. Windows color (decimal): -2277156 or 14434525. OLE color: 14434525.

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

Color convert

RGB 221 64 220 -
CMYK 0 0.71 0.00 0.13
HSL 300.38º 0.7% 0.56% -
HSV(B) 300.38º 0.71% 0.87% -
XYZ 44.57 24.21 70.03 -
YUV 128.73 179.51 193.82 -
System Red Green Blue C M Y K H S L
Decimal 221 64 220 0 0.71 0.00 0.13 300.38 0.7 0.56
Hex DD 40 DC 0 47 0 D 12C 46 38
Octal 335 100 334 0 107 0 15 454 106 70
Binary 11011101 1000000 11011100 0 1000111 0 1101 100101100 1000110 111000

Color Harmonies of #DD40DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD40DC

Black with #DD40DC

Text Example


Text Example

White with #DD40DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD40DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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