Html Css Color HEX #DD48DB Free Speech Magenta

📋 copy color: '#DD48DB'

red 221 ◦ green 72 ◦ blue 219

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

Shades of Free Speech Magenta #DD48DB

Tints of Free Speech Magenta #DD48DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.77%

R = 43.16%
G = 14.06%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD48DB (or 0xDD48DB) is known color: Free Speech Magenta. HEX triplet: DD, 48 and DB. RGB value is (221,72,219). Sum of RGB (Red+Green+Blue) = 221+72+219=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48DB is #22B724. Grayscale: #848484. Windows color (decimal): -2275109 or 14371037. OLE color: 14371037.

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

Color convert

RGB 221 72 219 -
CMYK 0 0.67 0.01 0.13
HSL 300.81º 0.69% 0.57% -
HSV(B) 300.81º 0.67% 0.87% -
XYZ 44.92 25.12 69.5 -
YUV 133.31 176.36 190.55 -
System Red Green Blue C M Y K H S L
Decimal 221 72 219 0 0.67 0.01 0.13 300.81 0.69 0.57
Hex DD 48 DB 0 43 1 D 12D 45 39
Octal 335 110 333 0 103 1 15 455 105 71
Binary 11011101 1001000 11011011 0 1000011 1 1101 100101101 1000101 111001

Color Harmonies of #DD48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48DB

Black with #DD48DB

Text Example


Text Example

White with #DD48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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