Html Css Color HEX #DD47DB Free Speech Magenta

📋 copy color: '#DD47DB'

red 221 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #DD47DB

Tints of Free Speech Magenta #DD47DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.89%

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

R = 43.25%
G = 13.89%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD47DB (or 0xDD47DB) is known color: Free Speech Magenta. HEX triplet: DD, 47 and DB. RGB value is (221,71,219). Sum of RGB (Red+Green+Blue) = 221+71+219=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47DB is #22B824. Grayscale: #848484. Windows color (decimal): -2275365 or 14370781. OLE color: 14370781.

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

Color convert

RGB 221 71 219 -
CMYK 0 0.68 0.01 0.13
HSL 300.8º 0.69% 0.57% -
HSV(B) 300.8º 0.68% 0.87% -
XYZ 44.86 24.99 69.48 -
YUV 132.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 221 71 219 0 0.68 0.01 0.13 300.8 0.69 0.57
Hex DD 47 DB 0 44 1 D 12D 45 39
Octal 335 107 333 0 104 1 15 455 105 71
Binary 11011101 1000111 11011011 0 1000100 1 1101 100101101 1000101 111001

Color Harmonies of #DD47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47DB

Black with #DD47DB

Text Example


Text Example

White with #DD47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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