Html Css Color HEX #DC55B9 Free Speech Magenta

📋 copy color: '#DC55B9'

red 220 ◦ green 85 ◦ blue 185

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

Shades of Free Speech Magenta #DC55B9

Tints of Free Speech Magenta #DC55B9

RGB

 RED value IS 220 (86.33% from 255) = 44.9%

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

 BLUE value IS 185 (72.66% from 255) = 37.76%

R = 44.9%
G = 17.35%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC55B9 (or 0xDC55B9) is known color: Free Speech Magenta. HEX triplet: DC, 55 and B9. RGB value is (220,85,185). Sum of RGB (Red+Green+Blue) = 220+85+185=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC55B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC55B9 is #23AA46. Grayscale: #888888. Windows color (decimal): -2337351 or 12146140. OLE color: 12146140.

HSL color Cylindrical-coordinate representation of color #DC55B9: hue angle of 315.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC55B9 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 85 185 -
CMYK 0 0.61 0.16 0.14
HSL 315.56º 0.66% 0.6% -
HSV(B) 315.56º 0.61% 0.86% -
XYZ 41.52 25.22 48.58 -
YUV 136.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 220 85 185 0 0.61 0.16 0.14 315.56 0.66 0.6
Hex DC 55 B9 0 3D 10 E 13C 42 3C
Octal 334 125 271 0 75 20 16 474 102 74
Binary 11011100 1010101 10111001 0 111101 10000 1110 100111100 1000010 111100

Color Harmonies of #DC55B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC55B9

Black with #DC55B9

Text Example


Text Example

White with #DC55B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC55B9; }

 p { color: rgb(220,85,185); }

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

background-color css

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

 a { background-color: rgb(220,85,185); }

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

border-color css

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

 span { border-color: rgb(220,85,185); }

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