Html Css Color HEX #DD40DD Free Speech Magenta

📋 copy color: '#DD40DD'

red 221 ◦ green 64 ◦ blue 221

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

Shades of Free Speech Magenta #DD40DD

Tints of Free Speech Magenta #DD40DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 43.68%
G = 12.65%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD40DD (or 0xDD40DD) is known color: Free Speech Magenta. HEX triplet: DD, 40 and DD. RGB value is (221,64,221). Sum of RGB (Red+Green+Blue) = 221+64+221=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD40DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40DD is #22BF22. Grayscale: #808080. Windows color (decimal): -2277155 or 14500061. OLE color: 14500061.

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

Color convert

RGB 221 64 221 -
CMYK 0 0.71 0 0.13
HSL 300º 0.7% 0.56% -
HSV(B) 300º 0.71% 0.87% -
XYZ 44.7 24.26 70.73 -
YUV 128.84 180.01 193.73 -
System Red Green Blue C M Y K H S L
Decimal 221 64 221 0 0.71 0 0.13 300 0.7 0.56
Hex DD 40 DD 0 47 0 D 12C 46 38
Octal 335 100 335 0 107 0 15 454 106 70
Binary 11011101 1000000 11011101 0 1000111 0 1101 100101100 1000110 111000

Color Harmonies of #DD40DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD40DD

Black with #DD40DD

Text Example


Text Example

White with #DD40DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD40DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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