Html Css Color HEX #DD4FDB Free Speech Magenta

📋 copy color: '#DD4FDB'

red 221 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Magenta #DD4FDB

Tints of Free Speech Magenta #DD4FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.22%

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

R = 42.58%
G = 15.22%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD4FDB (or 0xDD4FDB) is known color: Free Speech Magenta. HEX triplet: DD, 4F and DB. RGB value is (221,79,219). Sum of RGB (Red+Green+Blue) = 221+79+219=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FDB is #22B024. Grayscale: #898989. Windows color (decimal): -2273317 or 14372829. OLE color: 14372829.

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

Color convert

RGB 221 79 219 -
CMYK 0 0.64 0.01 0.13
HSL 300.85º 0.68% 0.59% -
HSV(B) 300.85º 0.64% 0.87% -
XYZ 45.4 26.08 69.66 -
YUV 137.42 174.04 187.62 -
System Red Green Blue C M Y K H S L
Decimal 221 79 219 0 0.64 0.01 0.13 300.85 0.68 0.59
Hex DD 4F DB 0 40 1 D 12D 44 3B
Octal 335 117 333 0 100 1 15 455 104 73
Binary 11011101 1001111 11011011 0 1000000 1 1101 100101101 1000100 111011

Color Harmonies of #DD4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4FDB

Black with #DD4FDB

Text Example


Text Example

White with #DD4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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