Html Css Color HEX #DD40DA Free Speech Magenta

📋 copy color: '#DD40DA'

red 221 ◦ green 64 ◦ blue 218

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

Shades of Free Speech Magenta #DD40DA

Tints of Free Speech Magenta #DD40DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 43.94%
G = 12.72%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD40DA (or 0xDD40DA) is known color: Free Speech Magenta. HEX triplet: DD, 40 and DA. RGB value is (221,64,218). Sum of RGB (Red+Green+Blue) = 221+64+218=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD40DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD40DA is #22BF25. Grayscale: #808080. Windows color (decimal): -2277158 or 14303453. OLE color: 14303453.

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

Color convert

RGB 221 64 218 -
CMYK 0 0.71 0.01 0.13
HSL 301.15º 0.7% 0.56% -
HSV(B) 301.15º 0.71% 0.87% -
XYZ 44.31 24.1 68.65 -
YUV 128.5 178.51 193.98 -
System Red Green Blue C M Y K H S L
Decimal 221 64 218 0 0.71 0.01 0.13 301.15 0.7 0.56
Hex DD 40 DA 0 47 1 D 12D 46 38
Octal 335 100 332 0 107 1 15 455 106 70
Binary 11011101 1000000 11011010 0 1000111 1 1101 100101101 1000110 111000

Color Harmonies of #DD40DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD40DA

Black with #DD40DA

Text Example


Text Example

White with #DD40DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD40DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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