Html Css Color HEX #DD48DD Free Speech Magenta

📋 copy color: '#DD48DD'

red 221 ◦ green 72 ◦ blue 221

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

Shades of Free Speech Magenta #DD48DD

Tints of Free Speech Magenta #DD48DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43%

R = 43%
G = 14.01%
B = 43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD48DD (or 0xDD48DD) is known color: Free Speech Magenta. HEX triplet: DD, 48 and DD. RGB value is (221,72,221). Sum of RGB (Red+Green+Blue) = 221+72+221=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD48DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48DD is #22B722. Grayscale: #858585. Windows color (decimal): -2275107 or 14502109. OLE color: 14502109.

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

Color convert

RGB 221 72 221 -
CMYK 0 0.67 0 0.13
HSL 300º 0.69% 0.57% -
HSV(B) 300º 0.67% 0.87% -
XYZ 45.19 25.23 70.89 -
YUV 133.54 177.36 190.38 -
System Red Green Blue C M Y K H S L
Decimal 221 72 221 0 0.67 0 0.13 300 0.69 0.57
Hex DD 48 DD 0 43 0 D 12C 45 39
Octal 335 110 335 0 103 0 15 454 105 71
Binary 11011101 1001000 11011101 0 1000011 0 1101 100101100 1000101 111001

Color Harmonies of #DD48DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48DD

Black with #DD48DD

Text Example


Text Example

White with #DD48DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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