Html Css Color HEX #DD40C4 Free Speech Magenta

📋 copy color: '#DD40C4'

red 221 ◦ green 64 ◦ blue 196

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

Shades of Free Speech Magenta #DD40C4

Tints of Free Speech Magenta #DD40C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.75%

R = 45.95%
G = 13.31%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD40C4 (or 0xDD40C4) is known color: Free Speech Magenta. HEX triplet: DD, 40 and C4. RGB value is (221,64,196). Sum of RGB (Red+Green+Blue) = 221+64+196=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40C4 is #22BF3B. Grayscale: #7D7D7D. Windows color (decimal): -2277180 or 12861661. OLE color: 12861661.

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

Color convert

RGB 221 64 196 -
CMYK 0 0.71 0.11 0.13
HSL 309.55º 0.7% 0.56% -
HSV(B) 309.55º 0.71% 0.87% -
XYZ 41.62 23.02 54.48 -
YUV 125.99 167.51 195.77 -
System Red Green Blue C M Y K H S L
Decimal 221 64 196 0 0.71 0.11 0.13 309.55 0.7 0.56
Hex DD 40 C4 0 47 B D 136 46 38
Octal 335 100 304 0 107 13 15 466 106 70
Binary 11011101 1000000 11000100 0 1000111 1011 1101 100110110 1000110 111000

Color Harmonies of #DD40C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD40C4

Black with #DD40C4

Text Example


Text Example

White with #DD40C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD40C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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