Html Css Color HEX #DD48DC Free Speech Magenta

📋 copy color: '#DD48DC'

red 221 ◦ green 72 ◦ blue 220

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

Shades of Free Speech Magenta #DD48DC

Tints of Free Speech Magenta #DD48DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.04%

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

R = 43.08%
G = 14.04%
B = 42.88%

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

#DD48DC (or 0xDD48DC) is known color: Free Speech Magenta. HEX triplet: DD, 48 and DC. RGB value is (221,72,220). Sum of RGB (Red+Green+Blue) = 221+72+220=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48DC is #22B723. Grayscale: #848484. Windows color (decimal): -2275108 or 14436573. OLE color: 14436573.

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

Color convert

RGB 221 72 220 -
CMYK 0 0.67 0.00 0.13
HSL 300.4º 0.69% 0.57% -
HSV(B) 300.4º 0.67% 0.87% -
XYZ 45.05 25.17 70.19 -
YUV 133.42 176.86 190.47 -
System Red Green Blue C M Y K H S L
Decimal 221 72 220 0 0.67 0.00 0.13 300.4 0.69 0.57
Hex DD 48 DC 0 43 0 D 12C 45 39
Octal 335 110 334 0 103 0 15 454 105 71
Binary 11011101 1001000 11011100 0 1000011 0 1101 100101100 1000101 111001

Color Harmonies of #DD48DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48DC

Black with #DD48DC

Text Example


Text Example

White with #DD48DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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