Html Css Color HEX #DC53BB Free Speech Magenta

📋 copy color: '#DC53BB'

red 220 ◦ green 83 ◦ blue 187

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

Shades of Free Speech Magenta #DC53BB

Tints of Free Speech Magenta #DC53BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.94%

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 44.9%
G = 16.94%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC53BB (or 0xDC53BB) is known color: Free Speech Magenta. HEX triplet: DC, 53 and BB. RGB value is (220,83,187). Sum of RGB (Red+Green+Blue) = 220+83+187=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53BB is #23AC44. Grayscale: #878787. Windows color (decimal): -2337861 or 12276700. OLE color: 12276700.

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

Color convert

RGB 220 83 187 -
CMYK 0 0.62 0.15 0.14
HSL 314.45º 0.66% 0.59% -
HSV(B) 314.45º 0.62% 0.86% -
XYZ 41.58 24.99 49.65 -
YUV 135.82 156.89 188.04 -
System Red Green Blue C M Y K H S L
Decimal 220 83 187 0 0.62 0.15 0.14 314.45 0.66 0.59
Hex DC 53 BB 0 3E F E 13A 42 3B
Octal 334 123 273 0 76 17 16 472 102 73
Binary 11011100 1010011 10111011 0 111110 1111 1110 100111010 1000010 111011

Color Harmonies of #DC53BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53BB

Black with #DC53BB

Text Example


Text Example

White with #DC53BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53BB; }

 p { color: rgb(220,83,187); }

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

background-color css

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

 a { background-color: rgb(220,83,187); }

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

border-color css

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

 span { border-color: rgb(220,83,187); }

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