Html Css Color HEX #DD4ADA Free Speech Magenta

📋 copy color: '#DD4ADA'

red 221 ◦ green 74 ◦ blue 218

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

Shades of Free Speech Magenta #DD4ADA

Tints of Free Speech Magenta #DD4ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.42%

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

R = 43.08%
G = 14.42%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD4ADA (or 0xDD4ADA) is known color: Free Speech Magenta. HEX triplet: DD, 4A and DA. RGB value is (221,74,218). Sum of RGB (Red+Green+Blue) = 221+74+218=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4ADA is #22B525. Grayscale: #858585. Windows color (decimal): -2274598 or 14306013. OLE color: 14306013.

HSL color Cylindrical-coordinate representation of color #DD4ADA: hue angle of 301.22º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4ADA is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 74 218 -
CMYK 0 0.67 0.01 0.13
HSL 301.22º 0.68% 0.58% -
HSV(B) 301.22º 0.67% 0.87% -
XYZ 44.92 25.33 68.85 -
YUV 134.37 175.2 189.79 -
System Red Green Blue C M Y K H S L
Decimal 221 74 218 0 0.67 0.01 0.13 301.22 0.68 0.58
Hex DD 4A DA 0 43 1 D 12D 44 3A
Octal 335 112 332 0 103 1 15 455 104 72
Binary 11011101 1001010 11011010 0 1000011 1 1101 100101101 1000100 111010

Color Harmonies of #DD4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4ADA

Black with #DD4ADA

Text Example


Text Example

White with #DD4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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