Html Css Color HEX #DD48C3 Free Speech Magenta

📋 copy color: '#DD48C3'

red 221 ◦ green 72 ◦ blue 195

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

Shades of Free Speech Magenta #DD48C3

Tints of Free Speech Magenta #DD48C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.96%

R = 45.29%
G = 14.75%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD48C3 (or 0xDD48C3) is known color: Free Speech Magenta. HEX triplet: DD, 48 and C3. RGB value is (221,72,195). Sum of RGB (Red+Green+Blue) = 221+72+195=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48C3 is #22B73C. Grayscale: #828282. Windows color (decimal): -2275133 or 12798173. OLE color: 12798173.

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

Color convert

RGB 221 72 195 -
CMYK 0 0.67 0.12 0.13
HSL 310.47º 0.69% 0.57% -
HSV(B) 310.47º 0.67% 0.87% -
XYZ 41.99 23.95 54.04 -
YUV 130.57 164.36 192.5 -
System Red Green Blue C M Y K H S L
Decimal 221 72 195 0 0.67 0.12 0.13 310.47 0.69 0.57
Hex DD 48 C3 0 43 C D 136 45 39
Octal 335 110 303 0 103 14 15 466 105 71
Binary 11011101 1001000 11000011 0 1000011 1100 1101 100110110 1000101 111001

Color Harmonies of #DD48C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48C3

Black with #DD48C3

Text Example


Text Example

White with #DD48C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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