Html Css Color HEX #DD48C1 Free Speech Magenta

📋 copy color: '#DD48C1'

red 221 ◦ green 72 ◦ blue 193

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

Shades of Free Speech Magenta #DD48C1

Tints of Free Speech Magenta #DD48C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.71%

R = 45.47%
G = 14.81%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DD48C1 (or 0xDD48C1) is known color: Free Speech Magenta. HEX triplet: DD, 48 and C1. RGB value is (221,72,193). Sum of RGB (Red+Green+Blue) = 221+72+193=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48C1 is #22B73E. Grayscale: #828282. Windows color (decimal): -2275135 or 12667101. OLE color: 12667101.

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

Color convert

RGB 221 72 193 -
CMYK 0 0.67 0.13 0.13
HSL 311.28º 0.69% 0.57% -
HSV(B) 311.28º 0.67% 0.87% -
XYZ 41.76 23.86 52.86 -
YUV 130.35 163.36 192.66 -
System Red Green Blue C M Y K H S L
Decimal 221 72 193 0 0.67 0.13 0.13 311.28 0.69 0.57
Hex DD 48 C1 0 43 D D 137 45 39
Octal 335 110 301 0 103 15 15 467 105 71
Binary 11011101 1001000 11000001 0 1000011 1101 1101 100110111 1000101 111001

Color Harmonies of #DD48C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48C1

Black with #DD48C1

Text Example


Text Example

White with #DD48C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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