Html Css Color HEX #DD55C3 Free Speech Magenta

📋 copy color: '#DD55C3'

red 221 ◦ green 85 ◦ blue 195

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

Shades of Free Speech Magenta #DD55C3

Tints of Free Speech Magenta #DD55C3

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.97%

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

R = 44.11%
G = 16.97%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD55C3 (or 0xDD55C3) is known color: Free Speech Magenta. HEX triplet: DD, 55 and C3. RGB value is (221,85,195). Sum of RGB (Red+Green+Blue) = 221+85+195=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55C3 is #22AA3C. Grayscale: #898989. Windows color (decimal): -2271805 or 12801501. OLE color: 12801501.

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

Color convert

RGB 221 85 195 -
CMYK 0 0.62 0.12 0.13
HSL 311.47º 0.67% 0.6% -
HSV(B) 311.47º 0.62% 0.87% -
XYZ 42.92 25.81 54.35 -
YUV 138.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 221 85 195 0 0.62 0.12 0.13 311.47 0.67 0.6
Hex DD 55 C3 0 3E C D 137 43 3C
Octal 335 125 303 0 76 14 15 467 103 74
Binary 11011101 1010101 11000011 0 111110 1100 1101 100110111 1000011 111100

Color Harmonies of #DD55C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55C3

Black with #DD55C3

Text Example


Text Example

White with #DD55C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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