Html Css Color HEX #DD49CA Free Speech Magenta

📋 copy color: '#DD49CA'

red 221 ◦ green 73 ◦ blue 202

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

Shades of Free Speech Magenta #DD49CA

Tints of Free Speech Magenta #DD49CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.73%

R = 44.56%
G = 14.72%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD49CA (or 0xDD49CA) is known color: Free Speech Magenta. HEX triplet: DD, 49 and CA. RGB value is (221,73,202). Sum of RGB (Red+Green+Blue) = 221+73+202=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD49CA is #22B635. Grayscale: #838383. Windows color (decimal): -2274870 or 13257181. OLE color: 13257181.

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

Color convert

RGB 221 73 202 -
CMYK 0 0.67 0.09 0.13
HSL 307.7º 0.69% 0.58% -
HSV(B) 307.7º 0.67% 0.87% -
XYZ 42.86 24.4 58.33 -
YUV 131.96 167.53 191.51 -
System Red Green Blue C M Y K H S L
Decimal 221 73 202 0 0.67 0.09 0.13 307.7 0.69 0.58
Hex DD 49 CA 0 43 9 D 134 45 3A
Octal 335 111 312 0 103 11 15 464 105 72
Binary 11011101 1001001 11001010 0 1000011 1001 1101 100110100 1000101 111010

Color Harmonies of #DD49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49CA

Black with #DD49CA

Text Example


Text Example

White with #DD49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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