Html Css Color HEX #DD55BE Free Speech Magenta

📋 copy color: '#DD55BE'

red 221 ◦ green 85 ◦ blue 190

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

Shades of Free Speech Magenta #DD55BE

Tints of Free Speech Magenta #DD55BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.31%

R = 44.56%
G = 17.14%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD55BE (or 0xDD55BE) is known color: Free Speech Magenta. HEX triplet: DD, 55 and BE. RGB value is (221,85,190). Sum of RGB (Red+Green+Blue) = 221+85+190=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55BE is #22AA41. Grayscale: #898989. Windows color (decimal): -2271810 or 12473821. OLE color: 12473821.

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

Color convert

RGB 221 85 190 -
CMYK 0 0.62 0.14 0.13
HSL 313.68º 0.67% 0.6% -
HSV(B) 313.68º 0.62% 0.87% -
XYZ 42.36 25.59 51.42 -
YUV 137.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 221 85 190 0 0.62 0.14 0.13 313.68 0.67 0.6
Hex DD 55 BE 0 3E E D 13A 43 3C
Octal 335 125 276 0 76 16 15 472 103 74
Binary 11011101 1010101 10111110 0 111110 1110 1101 100111010 1000011 111100

Color Harmonies of #DD55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55BE

Black with #DD55BE

Text Example


Text Example

White with #DD55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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