Html Css Color HEX #DD48D5 Free Speech Magenta

📋 copy color: '#DD48D5'

red 221 ◦ green 72 ◦ blue 213

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

Shades of Free Speech Magenta #DD48D5

Tints of Free Speech Magenta #DD48D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 43.68%
G = 14.23%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD48D5 (or 0xDD48D5) is known color: Free Speech Magenta. HEX triplet: DD, 48 and D5. RGB value is (221,72,213). Sum of RGB (Red+Green+Blue) = 221+72+213=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48D5 is #22B72A. Grayscale: #848484. Windows color (decimal): -2275115 or 13977821. OLE color: 13977821.

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

Color convert

RGB 221 72 213 -
CMYK 0 0.67 0.04 0.13
HSL 303.22º 0.69% 0.57% -
HSV(B) 303.22º 0.67% 0.87% -
XYZ 44.15 24.81 65.41 -
YUV 132.63 173.36 191.04 -
System Red Green Blue C M Y K H S L
Decimal 221 72 213 0 0.67 0.04 0.13 303.22 0.69 0.57
Hex DD 48 D5 0 43 4 D 12F 45 39
Octal 335 110 325 0 103 4 15 457 105 71
Binary 11011101 1001000 11010101 0 1000011 100 1101 100101111 1000101 111001

Color Harmonies of #DD48D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48D5

Black with #DD48D5

Text Example


Text Example

White with #DD48D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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