Html Css Color HEX #DD40C6 Free Speech Magenta

📋 copy color: '#DD40C6'

red 221 ◦ green 64 ◦ blue 198

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

Shades of Free Speech Magenta #DD40C6

Tints of Free Speech Magenta #DD40C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.99%

R = 45.76%
G = 13.25%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD40C6 (or 0xDD40C6) is known color: Free Speech Magenta. HEX triplet: DD, 40 and C6. RGB value is (221,64,198). Sum of RGB (Red+Green+Blue) = 221+64+198=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40C6 is #22BF39. Grayscale: #7D7D7D. Windows color (decimal): -2277178 or 12992733. OLE color: 12992733.

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

Color convert

RGB 221 64 198 -
CMYK 0 0.71 0.10 0.13
HSL 308.79º 0.7% 0.56% -
HSV(B) 308.79º 0.71% 0.87% -
XYZ 41.85 23.12 55.68 -
YUV 126.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 221 64 198 0 0.71 0.10 0.13 308.79 0.7 0.56
Hex DD 40 C6 0 47 A D 135 46 38
Octal 335 100 306 0 107 12 15 465 106 70
Binary 11011101 1000000 11000110 0 1000111 1010 1101 100110101 1000110 111000

Color Harmonies of #DD40C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD40C6

Black with #DD40C6

Text Example


Text Example

White with #DD40C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD40C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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