Html Css Color HEX #DC5EBB Free Speech Magenta

📋 copy color: '#DC5EBB'

red 220 ◦ green 94 ◦ blue 187

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

Shades of Free Speech Magenta #DC5EBB

Tints of Free Speech Magenta #DC5EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.76%

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

R = 43.91%
G = 18.76%
B = 37.33%

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

#DC5EBB (or 0xDC5EBB) is known color: Free Speech Magenta. HEX triplet: DC, 5E and BB. RGB value is (220,94,187). Sum of RGB (Red+Green+Blue) = 220+94+187=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5EBB is #23A144. Grayscale: #8E8E8E. Windows color (decimal): -2335045 or 12279516. OLE color: 12279516.

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

Color convert

RGB 220 94 187 -
CMYK 0 0.57 0.15 0.14
HSL 315.71º 0.64% 0.62% -
HSV(B) 315.71º 0.57% 0.86% -
XYZ 42.49 26.81 49.95 -
YUV 142.28 153.24 183.44 -
System Red Green Blue C M Y K H S L
Decimal 220 94 187 0 0.57 0.15 0.14 315.71 0.64 0.62
Hex DC 5E BB 0 39 F E 13C 40 3E
Octal 334 136 273 0 71 17 16 474 100 76
Binary 11011100 1011110 10111011 0 111001 1111 1110 100111100 1000000 111110

Color Harmonies of #DC5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5EBB

Black with #DC5EBB

Text Example


Text Example

White with #DC5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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