Html Css Color HEX #DD47DA Free Speech Magenta

📋 copy color: '#DD47DA'

red 221 ◦ green 71 ◦ blue 218

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

Shades of Free Speech Magenta #DD47DA

Tints of Free Speech Magenta #DD47DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 43.33%
G = 13.92%
B = 42.75%

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

#DD47DA (or 0xDD47DA) is known color: Free Speech Magenta. HEX triplet: DD, 47 and DA. RGB value is (221,71,218). Sum of RGB (Red+Green+Blue) = 221+71+218=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD47DA is #22B825. Grayscale: #848484. Windows color (decimal): -2275366 or 14305245. OLE color: 14305245.

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

Color convert

RGB 221 71 218 -
CMYK 0 0.68 0.01 0.13
HSL 301.2º 0.69% 0.57% -
HSV(B) 301.2º 0.68% 0.87% -
XYZ 44.73 24.94 68.79 -
YUV 132.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 221 71 218 0 0.68 0.01 0.13 301.2 0.69 0.57
Hex DD 47 DA 0 44 1 D 12D 45 39
Octal 335 107 332 0 104 1 15 455 105 71
Binary 11011101 1000111 11011010 0 1000100 1 1101 100101101 1000101 111001

Color Harmonies of #DD47DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47DA

Black with #DD47DA

Text Example


Text Example

White with #DD47DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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