Html Css Color HEX #DC5FBB Free Speech Magenta

📋 copy color: '#DC5FBB'

red 220 ◦ green 95 ◦ blue 187

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

Shades of Free Speech Magenta #DC5FBB

Tints of Free Speech Magenta #DC5FBB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.92%

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

R = 43.82%
G = 18.92%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC5FBB (or 0xDC5FBB) is known color: Free Speech Magenta. HEX triplet: DC, 5F and BB. RGB value is (220,95,187). Sum of RGB (Red+Green+Blue) = 220+95+187=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5FBB is #23A044. Grayscale: #8E8E8E. Windows color (decimal): -2334789 or 12279772. OLE color: 12279772.

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

Color convert

RGB 220 95 187 -
CMYK 0 0.57 0.15 0.14
HSL 315.84º 0.64% 0.62% -
HSV(B) 315.84º 0.57% 0.86% -
XYZ 42.58 26.99 49.98 -
YUV 142.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 220 95 187 0 0.57 0.15 0.14 315.84 0.64 0.62
Hex DC 5F BB 0 39 F E 13C 40 3E
Octal 334 137 273 0 71 17 16 474 100 76
Binary 11011100 1011111 10111011 0 111001 1111 1110 100111100 1000000 111110

Color Harmonies of #DC5FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5FBB

Black with #DC5FBB

Text Example


Text Example

White with #DC5FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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