Html Css Color HEX #DD49CC Free Speech Magenta

📋 copy color: '#DD49CC'

red 221 ◦ green 73 ◦ blue 204

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

Shades of Free Speech Magenta #DD49CC

Tints of Free Speech Magenta #DD49CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.66%

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 44.38%
G = 14.66%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD49CC (or 0xDD49CC) is known color: Free Speech Magenta. HEX triplet: DD, 49 and CC. RGB value is (221,73,204). Sum of RGB (Red+Green+Blue) = 221+73+204=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49CC is #22B633. Grayscale: #838383. Windows color (decimal): -2274868 or 13388253. OLE color: 13388253.

HSL color Cylindrical-coordinate representation of color #DD49CC: hue angle of 306.89º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD49CC is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 73 204 -
CMYK 0 0.67 0.08 0.13
HSL 306.89º 0.69% 0.58% -
HSV(B) 306.89º 0.67% 0.87% -
XYZ 43.1 24.5 59.58 -
YUV 132.19 168.53 191.35 -
System Red Green Blue C M Y K H S L
Decimal 221 73 204 0 0.67 0.08 0.13 306.89 0.69 0.58
Hex DD 49 CC 0 43 8 D 133 45 3A
Octal 335 111 314 0 103 10 15 463 105 72
Binary 11011101 1001001 11001100 0 1000011 1000 1101 100110011 1000101 111010

Color Harmonies of #DD49CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49CC

Black with #DD49CC

Text Example


Text Example

White with #DD49CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49CC; }

 p { color: rgb(221,73,204); }

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

background-color css

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

 a { background-color: rgb(221,73,204); }

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

border-color css

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

 span { border-color: rgb(221,73,204); }

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