Html Css Color HEX #DD48D8 Free Speech Magenta

📋 copy color: '#DD48D8'

red 221 ◦ green 72 ◦ blue 216

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

Shades of Free Speech Magenta #DD48D8

Tints of Free Speech Magenta #DD48D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.44%

R = 43.42%
G = 14.15%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD48D8 (or 0xDD48D8) is known color: Free Speech Magenta. HEX triplet: DD, 48 and D8. RGB value is (221,72,216). Sum of RGB (Red+Green+Blue) = 221+72+216=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48D8 is #22B727. Grayscale: #848484. Windows color (decimal): -2275112 or 14174429. OLE color: 14174429.

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

Color convert

RGB 221 72 216 -
CMYK 0 0.67 0.02 0.13
HSL 302.01º 0.69% 0.57% -
HSV(B) 302.01º 0.67% 0.87% -
XYZ 44.53 24.96 67.44 -
YUV 132.97 174.86 190.79 -
System Red Green Blue C M Y K H S L
Decimal 221 72 216 0 0.67 0.02 0.13 302.01 0.69 0.57
Hex DD 48 D8 0 43 2 D 12E 45 39
Octal 335 110 330 0 103 2 15 456 105 71
Binary 11011101 1001000 11011000 0 1000011 10 1101 100101110 1000101 111001

Color Harmonies of #DD48D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48D8

Black with #DD48D8

Text Example


Text Example

White with #DD48D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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