Html Css Color HEX #DD55BF Free Speech Magenta

📋 copy color: '#DD55BF'

red 221 ◦ green 85 ◦ blue 191

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

Shades of Free Speech Magenta #DD55BF

Tints of Free Speech Magenta #DD55BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.43%

R = 44.47%
G = 17.1%
B = 38.43%

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

#DD55BF (or 0xDD55BF) is known color: Free Speech Magenta. HEX triplet: DD, 55 and BF. RGB value is (221,85,191). Sum of RGB (Red+Green+Blue) = 221+85+191=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55BF is #22AA40. Grayscale: #898989. Windows color (decimal): -2271809 or 12539357. OLE color: 12539357.

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

Color convert

RGB 221 85 191 -
CMYK 0 0.62 0.14 0.13
HSL 313.24º 0.67% 0.6% -
HSV(B) 313.24º 0.62% 0.87% -
XYZ 42.47 25.63 52 -
YUV 137.75 158.06 187.38 -
System Red Green Blue C M Y K H S L
Decimal 221 85 191 0 0.62 0.14 0.13 313.24 0.67 0.6
Hex DD 55 BF 0 3E E D 139 43 3C
Octal 335 125 277 0 76 16 15 471 103 74
Binary 11011101 1010101 10111111 0 111110 1110 1101 100111001 1000011 111100

Color Harmonies of #DD55BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55BF

Black with #DD55BF

Text Example


Text Example

White with #DD55BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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