Html Css Color HEX #DD4ADC Free Speech Magenta

📋 copy color: '#DD4ADC'

red 221 ◦ green 74 ◦ blue 220

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

Shades of Free Speech Magenta #DD4ADC

Tints of Free Speech Magenta #DD4ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.72%

R = 42.91%
G = 14.37%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD4ADC (or 0xDD4ADC) is known color: Free Speech Magenta. HEX triplet: DD, 4A and DC. RGB value is (221,74,220). Sum of RGB (Red+Green+Blue) = 221+74+220=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4ADC is #22B523. Grayscale: #868686. Windows color (decimal): -2274596 or 14437085. OLE color: 14437085.

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

Color convert

RGB 221 74 220 -
CMYK 0 0.67 0.00 0.13
HSL 300.41º 0.68% 0.58% -
HSV(B) 300.41º 0.67% 0.87% -
XYZ 45.19 25.44 70.24 -
YUV 134.6 176.2 189.63 -
System Red Green Blue C M Y K H S L
Decimal 221 74 220 0 0.67 0.00 0.13 300.41 0.68 0.58
Hex DD 4A DC 0 43 0 D 12C 44 3A
Octal 335 112 334 0 103 0 15 454 104 72
Binary 11011101 1001010 11011100 0 1000011 0 1101 100101100 1000100 111010

Color Harmonies of #DD4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4ADC

Black with #DD4ADC

Text Example


Text Example

White with #DD4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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