Html Css Color HEX #DD4ADB Free Speech Magenta

📋 copy color: '#DD4ADB'

red 221 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Magenta #DD4ADB

Tints of Free Speech Magenta #DD4ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 43%
G = 14.4%
B = 42.61%

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

#DD4ADB (or 0xDD4ADB) is known color: Free Speech Magenta. HEX triplet: DD, 4A and DB. RGB value is (221,74,219). Sum of RGB (Red+Green+Blue) = 221+74+219=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4ADB is #22B524. Grayscale: #868686. Windows color (decimal): -2274597 or 14371549. OLE color: 14371549.

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

Color convert

RGB 221 74 219 -
CMYK 0 0.67 0.01 0.13
HSL 300.82º 0.68% 0.58% -
HSV(B) 300.82º 0.67% 0.87% -
XYZ 45.05 25.38 69.54 -
YUV 134.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 221 74 219 0 0.67 0.01 0.13 300.82 0.68 0.58
Hex DD 4A DB 0 43 1 D 12D 44 3A
Octal 335 112 333 0 103 1 15 455 104 72
Binary 11011101 1001010 11011011 0 1000011 1 1101 100101101 1000100 111010

Color Harmonies of #DD4ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4ADB

Black with #DD4ADB

Text Example


Text Example

White with #DD4ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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