Html Css Color HEX #DD4AC5 Free Speech Magenta

📋 copy color: '#DD4AC5'

red 221 ◦ green 74 ◦ blue 197

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

Shades of Free Speech Magenta #DD4AC5

Tints of Free Speech Magenta #DD4AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.04%

R = 44.92%
G = 15.04%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD4AC5 (or 0xDD4AC5) is known color: Free Speech Magenta. HEX triplet: DD, 4A and C5. RGB value is (221,74,197). Sum of RGB (Red+Green+Blue) = 221+74+197=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4AC5 is #22B53A. Grayscale: #838383. Windows color (decimal): -2274619 or 12929757. OLE color: 12929757.

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

Color convert

RGB 221 74 197 -
CMYK 0 0.67 0.11 0.13
HSL 309.8º 0.68% 0.58% -
HSV(B) 309.8º 0.67% 0.87% -
XYZ 42.35 24.3 55.28 -
YUV 131.98 164.7 191.5 -
System Red Green Blue C M Y K H S L
Decimal 221 74 197 0 0.67 0.11 0.13 309.8 0.68 0.58
Hex DD 4A C5 0 43 B D 136 44 3A
Octal 335 112 305 0 103 13 15 466 104 72
Binary 11011101 1001010 11000101 0 1000011 1011 1101 100110110 1000100 111010

Color Harmonies of #DD4AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4AC5

Black with #DD4AC5

Text Example


Text Example

White with #DD4AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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