Html Css Color HEX #DD48BD Free Speech Magenta

📋 copy color: '#DD48BD'

red 221 ◦ green 72 ◦ blue 189

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

Shades of Free Speech Magenta #DD48BD

Tints of Free Speech Magenta #DD48BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.21%

R = 45.85%
G = 14.94%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD48BD (or 0xDD48BD) is known color: Free Speech Magenta. HEX triplet: DD, 48 and BD. RGB value is (221,72,189). Sum of RGB (Red+Green+Blue) = 221+72+189=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48BD is #22B742. Grayscale: #818181. Windows color (decimal): -2275139 or 12404957. OLE color: 12404957.

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

Color convert

RGB 221 72 189 -
CMYK 0 0.67 0.14 0.13
HSL 312.89º 0.69% 0.57% -
HSV(B) 312.89º 0.67% 0.87% -
XYZ 41.32 23.68 50.54 -
YUV 129.89 161.36 192.99 -
System Red Green Blue C M Y K H S L
Decimal 221 72 189 0 0.67 0.14 0.13 312.89 0.69 0.57
Hex DD 48 BD 0 43 E D 139 45 39
Octal 335 110 275 0 103 16 15 471 105 71
Binary 11011101 1001000 10111101 0 1000011 1110 1101 100111001 1000101 111001

Color Harmonies of #DD48BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48BD

Black with #DD48BD

Text Example


Text Example

White with #DD48BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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