Html Css Color HEX #DC59BB Free Speech Magenta

📋 copy color: '#DC59BB'

red 220 ◦ green 89 ◦ blue 187

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

Shades of Free Speech Magenta #DC59BB

Tints of Free Speech Magenta #DC59BB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.94%

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

R = 44.35%
G = 17.94%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC59BB (or 0xDC59BB) is known color: Free Speech Magenta. HEX triplet: DC, 59 and BB. RGB value is (220,89,187). Sum of RGB (Red+Green+Blue) = 220+89+187=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC59BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC59BB is #23A644. Grayscale: #8B8B8B. Windows color (decimal): -2336325 or 12278236. OLE color: 12278236.

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

Color convert

RGB 220 89 187 -
CMYK 0 0.60 0.15 0.14
HSL 315.11º 0.65% 0.61% -
HSV(B) 315.11º 0.6% 0.86% -
XYZ 42.06 25.95 49.81 -
YUV 139.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 220 89 187 0 0.60 0.15 0.14 315.11 0.65 0.61
Hex DC 59 BB 0 3C F E 13B 41 3D
Octal 334 131 273 0 74 17 16 473 101 75
Binary 11011100 1011001 10111011 0 111100 1111 1110 100111011 1000001 111101

Color Harmonies of #DC59BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC59BB

Black with #DC59BB

Text Example


Text Example

White with #DC59BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC59BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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